#39560F

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

Shades of Verdun Green #39560F

Tints of Verdun Green #39560F

Color information

#39560F (or 0x39560F) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 0F. RGB value is (57,86,15). Sum of RGB (Red+Green+Blue) = 57+86+15=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #39560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39560F is #C6A9F0. Grayscale: #454545. Windows color (decimal): -13019633 or 1005113. OLE color: 1005113.

HSL color Cylindrical-coordinate representation of color #39560F: hue angle of 84.51º degrees, saturation: 0.7, 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 #39560F is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB578615-
CMYK0.3400.830.66
HSL84.51º70.3%19.8%-
HSV(B)84.51º82.56%33.73%-
XYZ5.17.561.64-
YUV69.2497.39119.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=36.08%
G=54.43%
B=9.49%

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
Decimal5786150.3400.830.6684.5170.319.8
Hex3956F2205342554614
Octal711261742012310212510624
Binary111001101011011111000100101001110000101010101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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