#36550C

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

Shades of Verdun Green #36550C

Tints of Verdun Green #36550C

Color information

#36550C (or 0x36550C) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 0C. RGB value is (54,85,12). Sum of RGB (Red+Green+Blue) = 54+85+12=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #36550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550C is #C9AAF3. Grayscale: #434343. Windows color (decimal): -13216500 or 808246. OLE color: 808246.

HSL color Cylindrical-coordinate representation of color #36550C: hue angle of 85.48º 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 #36550C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB548512-
CMYK0.3600.860.67
HSL85.48º75.26%19.02%-
HSV(B)85.48º85.88%33.33%-
XYZ4.847.311.5-
YUV67.4196.73118.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=35.76%
G=56.29%
B=7.95%

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
Decimal5485120.3600.860.6785.4875.2619.02
Hex3655C2405643554b13
Octal661251444012610312511323
Binary110110101010111001001000101011010000111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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