#39540A

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

Shades of Verdun Green #39540A

Tints of Verdun Green #39540A

Color information

#39540A (or 0x39540A) is unknown color: approx Verdun Green. HEX triplet: 39, 54 and 0A. RGB value is (57,84,10). Sum of RGB (Red+Green+Blue) = 57+84+10=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #39540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39540A is #C6ABF5. Grayscale: #434343. Windows color (decimal): -13020150 or 676921. OLE color: 676921.

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

Color convert

RGB578410-
CMYK0.3200.880.67
HSL81.89º78.72%18.43%-
HSV(B)81.89º88.1%32.94%-
XYZ4.917.231.42-
YUV67.4995.55120.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=37.75%
G=55.63%
B=6.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784100.3200.880.6781.8978.7218.43
Hex3954A2005843524f12
Octal711241240013010312211722
Binary111001101010010101000000101100010000111010010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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