#39560D

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

Shades of Verdun Green #39560D

Tints of Verdun Green #39560D

Color information

#39560D (or 0x39560D) is unknown color: approx Verdun Green. HEX triplet: 39, 56 and 0D. RGB value is (57,86,13). Sum of RGB (Red+Green+Blue) = 57+86+13=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #39560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39560D is #C6A9F2. Grayscale: #454545. Windows color (decimal): -13019635 or 874041. OLE color: 874041.

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

Color convert

RGB578613-
CMYK0.3400.850.66
HSL83.84º73.74%19.41%-
HSV(B)83.84º84.88%33.73%-
XYZ5.097.551.57-
YUV69.0196.39119.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=36.54%
G=55.13%
B=8.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786130.3400.850.6683.8473.7419.41
Hex3956D2205542544a13
Octal711261542012510212411223
Binary111001101011011011000100101010110000101010100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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