#39560A

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

Shades of Verdun Green #39560A

Tints of Verdun Green #39560A

Color information

#39560A (or 0x39560A) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 0A. RGB value is (57,86,10). Sum of RGB (Red+Green+Blue) = 57+86+10=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #39560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39560A is #C6A9F5. Grayscale: #444444. Windows color (decimal): -13019638 or 677433. OLE color: 677433.

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

Color convert

RGB578610-
CMYK0.3400.880.66
HSL82.89º79.17%18.82%-
HSV(B)82.89º88.37%33.73%-
XYZ5.077.551.48-
YUV68.6794.89119.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=37.25%
G=56.21%
B=6.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786100.3400.880.6682.8979.1718.82
Hex3956A2205842534f13
Octal711261242013010212311723
Binary111001101011010101000100101100010000101010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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