#385912

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

Shades of Verdun Green #385912

Tints of Verdun Green #385912

Color information

#385912 (or 0x385912) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 12. RGB value is (56,89,18). Sum of RGB (Red+Green+Blue) = 56+89+18=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #385912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385912 is #C7A6ED. Grayscale: #474747. Windows color (decimal): -13084398 or 1202488. OLE color: 1202488.

HSL color Cylindrical-coordinate representation of color #385912: hue angle of 87.89º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385912 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB568918-
CMYK0.3700.800.65
HSL87.89º66.36%20.98%-
HSV(B)87.89º79.78%34.9%-
XYZ5.318.031.84-
YUV71.0498.07117.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 89 (35.16% from 255) = 54.60%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=34.36%
G=54.60%
B=11.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689180.3700.800.6587.8966.3620.98
Hex3859122505041584215
Octal701312245012010113010225
Binary1110001011001100101001010101000010000011011000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385912; }

 p { color: rgb(56,89,18); }

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

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

 a { background-color: rgb(56,89,18); }

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

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

 span { border-color: rgb(56,89,18); }

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