#385F06

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

Shades of Verdun Green #385F06

Tints of Verdun Green #385F06

Color information

#385F06 (or 0x385F06) is unknown color: approx Verdun Green. HEX triplet: 38, 5F and 06. RGB value is (56,95,6). Sum of RGB (Red+Green+Blue) = 56+95+6=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #385F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F06 is #C7A0F9. Grayscale: #494949. Windows color (decimal): -13082874 or 417592. OLE color: 417592.

HSL color Cylindrical-coordinate representation of color #385F06: hue angle of 86.29º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #385F06 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB56956-
CMYK0.4100.940.63
HSL86.29º88.12%19.8%-
HSV(B)86.29º93.68%37.25%-
XYZ5.769.041.61-
YUV73.1990.08115.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 95 (37.5% from 255) = 60.51%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=35.67%
G=60.51%
B=3.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal569560.4100.940.6386.2988.1219.8
Hex385F62905E3F565814
Octal7013765101367712613024
Binary1110001011111110101001010111101111111010110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,6); }

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

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

 a { background-color: rgb(56,95,6); }

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

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

 span { border-color: rgb(56,95,6); }

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