#3E570C

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

Shades of Verdun Green #3E570C

Tints of Verdun Green #3E570C

Color information

#3E570C (or 0x3E570C) is unknown color: approx Verdun Green. HEX triplet: 3E, 57 and 0C. RGB value is (62,87,12). Sum of RGB (Red+Green+Blue) = 62+87+12=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #3E570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E570C is #C1A8F3. Grayscale: #474747. Windows color (decimal): -12691700 or 808766. OLE color: 808766.

HSL color Cylindrical-coordinate representation of color #3E570C: hue angle of 80º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E570C is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB628712-
CMYK0.2900.860.66
HSL80º75.76%19.41%-
HSV(B)80º86.21%34.12%-
XYZ5.467.871.58-
YUV70.9794.72121.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=38.51%
G=54.04%
B=7.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6287120.2900.860.668075.7619.41
Hex3E57C1D05642504c13
Octal761271435012610212011423
Binary11111010101111100111010101011010000101010000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E570C; }

 p { color: rgb(62,87,12); }

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

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

 a { background-color: rgb(62,87,12); }

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

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

 span { border-color: rgb(62,87,12); }

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