#36540C

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

Shades of Verdun Green #36540C

Tints of Verdun Green #36540C

Color information

#36540C (or 0x36540C) is unknown color: approx Verdun Green. HEX triplet: 36, 54 and 0C. RGB value is (54,84,12). Sum of RGB (Red+Green+Blue) = 54+84+12=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #36540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36540C is #C9ABF3. Grayscale: #434343. Windows color (decimal): -13216756 or 807990. OLE color: 807990.

HSL color Cylindrical-coordinate representation of color #36540C: hue angle of 85º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36540C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB548412-
CMYK0.3600.860.67
HSL85º75%18.82%-
HSV(B)85º85.71%32.94%-
XYZ4.767.151.48-
YUV66.8297.06118.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 84 (33.20% from 255) = 56%
BLUE value IS 12 (5.08% from 255) = 8%
R=36%
G=56%
B=8%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484120.3600.860.67857518.82
Hex3654C2405643554b13
Octal661241444012610312511323
Binary110110101010011001001000101011010000111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36540C; }

 p { color: rgb(54,84,12); }

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

<style>
 a { background-color: #36540C; }

 a { background-color: rgb(54,84,12); }

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

<style>
 span { border-color: #36540C; }

 span { border-color: rgb(54,84,12); }

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