#39570F

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

Shades of Verdun Green #39570F

Tints of Verdun Green #39570F

Color information

#39570F (or 0x39570F) is unknown color: approx Verdun Green. HEX triplet: 39, 57 and 0F. RGB value is (57,87,15). Sum of RGB (Red+Green+Blue) = 57+87+15=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #39570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39570F is #C6A8F0. Grayscale: #464646. Windows color (decimal): -13019377 or 1005369. OLE color: 1005369.

HSL color Cylindrical-coordinate representation of color #39570F: hue angle of 85º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39570F is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB578715-
CMYK0.3400.830.66
HSL85º70.59%20%-
HSV(B)85º82.76%34.12%-
XYZ5.187.721.67-
YUV69.8297.06118.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=35.85%
G=54.72%
B=9.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787150.3400.830.668570.5920
Hex3957F2205342554714
Octal711271742012310212510724
Binary111001101011111111000100101001110000101010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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