#385814

Color #385814 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #385814

Tints of Verdun Green #385814

Color information

#385814 (or 0x385814) is unknown color: approx Verdun Green. HEX triplet: 38, 58 and 14. RGB value is (56,88,20). Sum of RGB (Red+Green+Blue) = 56+88+20=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #385814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385814 is #C7A7EB. Grayscale: #464646. Windows color (decimal): -13084652 or 1333304. OLE color: 1333304.

HSL color Cylindrical-coordinate representation of color #385814: hue angle of 88.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #385814 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB568820-
CMYK0.3600.770.65
HSL88.24º62.96%21.18%-
HSV(B)88.24º77.27%34.51%-
XYZ5.257.871.9-
YUV70.6899.4117.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=34.15%
G=53.66%
B=12.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688200.3600.770.6588.2462.9621.18
Hex3858142404D41583f15
Octal70130244401151011307725
Binary111000101100010100100100010011011000001101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385814; }

 p { color: rgb(56,88,20); }

 H1.HeaderClassName
 {
   color: #385814;
 }
 .AnyTagClassName
 {
   color: #385814;
 }
</style>
background-color css

<style>
 a { background-color: #385814; }

 a { background-color: rgb(56,88,20); }

 div.DivClassName
 {
   background-color: #385814;
 }
 .BgClassName
 {
   background-color: #385814;
 }
</style>
border-color css

<style>
 span { border-color: #385814; }

 span { border-color: rgb(56,88,20); }

 td.TdClassName
 {
   border-color: #385814;
 }
 .TagClassName
 {
   border-color: #385814;
 }
</style>