#39560E

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

Shades of Verdun Green #39560E

Tints of Verdun Green #39560E

Color information

#39560E (or 0x39560E) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 0E. RGB value is (57,86,14). Sum of RGB (Red+Green+Blue) = 57+86+14=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #39560E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39560E is #C6A9F1. Grayscale: #454545. Windows color (decimal): -13019634 or 939577. OLE color: 939577.

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

Color convert

RGB578614-
CMYK0.3400.840.66
HSL84.17º72%19.61%-
HSV(B)84.17º83.72%33.73%-
XYZ5.097.561.61-
YUV69.1296.89119.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=36.31%
G=54.78%
B=8.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786140.3400.840.6684.177219.61
Hex3956E2205442544814
Octal711261642012410212411024
Binary111001101011011101000100101010010000101010100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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