#39570C

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

Shades of Verdun Green #39570C

Tints of Verdun Green #39570C

Color information

#39570C (or 0x39570C) is unknown color: approx Verdun Green. HEX triplet: 39, 57 and 0C. RGB value is (57,87,12). Sum of RGB (Red+Green+Blue) = 57+87+12=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #39570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39570C is #C6A8F3. Grayscale: #454545. Windows color (decimal): -13019380 or 808761. OLE color: 808761.

HSL color Cylindrical-coordinate representation of color #39570C: hue angle of 84º 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 #39570C is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB578712-
CMYK0.3400.860.66
HSL84º75.76%19.41%-
HSV(B)84º86.21%34.12%-
XYZ5.167.711.56-
YUV69.4895.56119.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=36.54%
G=55.77%
B=7.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787120.3400.860.668475.7619.41
Hex3957C2205642544c13
Octal711271442012610212411423
Binary111001101011111001000100101011010000101010100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39570C; }

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

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

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

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

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

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

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

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