#385A11

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

Shades of Verdun Green #385A11

Tints of Verdun Green #385A11

Color information

#385A11 (or 0x385A11) is unknown color: approx Verdun Green. HEX triplet: 38, 5A and 11. RGB value is (56,90,17). Sum of RGB (Red+Green+Blue) = 56+90+17=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #385A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A11 is #C7A5EE. Grayscale: #474747. Windows color (decimal): -13084143 or 1137208. OLE color: 1137208.

HSL color Cylindrical-coordinate representation of color #385A11: hue angle of 87.95º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #385A11 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB569017-
CMYK0.3800.810.65
HSL87.95º68.22%20.98%-
HSV(B)87.95º81.11%35.29%-
XYZ5.398.191.83-
YUV71.5197.24116.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 90 (35.55% from 255) = 55.21%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=34.36%
G=55.21%
B=10.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690170.3800.810.6587.9568.2220.98
Hex385A112605141584415
Octal701322146012110113010425
Binary1110001011010100011001100101000110000011011000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A11; }

 p { color: rgb(56,90,17); }

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

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

 a { background-color: rgb(56,90,17); }

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

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

 span { border-color: rgb(56,90,17); }

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