#39540F

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

Shades of Verdun Green #39540F

Tints of Verdun Green #39540F

Color information

#39540F (or 0x39540F) is unknown color: approx Verdun Green. HEX triplet: 39, 54 and 0F. RGB value is (57,84,15). Sum of RGB (Red+Green+Blue) = 57+84+15=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #39540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39540F is #C6ABF0. Grayscale: #444444. Windows color (decimal): -13020145 or 1004601. OLE color: 1004601.

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

Color convert

RGB578415-
CMYK0.3200.820.67
HSL83.48º69.7%19.41%-
HSV(B)83.48º82.14%32.94%-
XYZ4.947.241.59-
YUV68.0698.05120.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=36.54%
G=53.85%
B=9.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784150.3200.820.6783.4869.719.41
Hex3954F2005243534613
Octal711241740012210312310623
Binary111001101010011111000000101001010000111010011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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