#39580D

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

Shades of Verdun Green #39580D

Tints of Verdun Green #39580D

Color information

#39580D (or 0x39580D) is unknown color: approx Verdun Green. HEX triplet: 39, 58 and 0D. RGB value is (57,88,13). Sum of RGB (Red+Green+Blue) = 57+88+13=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #39580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39580D is #C6A7F2. Grayscale: #464646. Windows color (decimal): -13019123 or 874553. OLE color: 874553.

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

Color convert

RGB578813-
CMYK0.3500.850.65
HSL84.8º74.26%19.8%-
HSV(B)84.8º85.23%34.51%-
XYZ5.257.881.62-
YUV70.1895.73118.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=36.08%
G=55.70%
B=8.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788130.3500.850.6584.874.2619.8
Hex3958D2305541554a14
Octal711301543012510112511224
Binary111001101100011011000110101010110000011010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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