#39520F

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

Shades of Verdun Green #39520F

Tints of Verdun Green #39520F

Color information

#39520F (or 0x39520F) is unknown color: approx Verdun Green. HEX triplet: 39, 52 and 0F. RGB value is (57,82,15). Sum of RGB (Red+Green+Blue) = 57+82+15=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #39520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39520F is #C6ADF0. Grayscale: #434343. Windows color (decimal): -13020657 or 1004089. OLE color: 1004089.

HSL color Cylindrical-coordinate representation of color #39520F: hue angle of 82.39º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39520F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB578215-
CMYK0.3000.820.68
HSL82.39º69.07%19.02%-
HSV(B)82.39º81.71%32.16%-
XYZ4.796.941.54-
YUV66.8998.72120.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=37.01%
G=53.25%
B=9.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782150.3000.820.6882.3969.0719.02
Hex3952F1E05244524513
Octal711221736012210412210523
Binary11100110100101111111100101001010001001010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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