#36550A

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

Shades of Verdun Green #36550A

Tints of Verdun Green #36550A

Color information

#36550A (or 0x36550A) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 0A. RGB value is (54,85,10). Sum of RGB (Red+Green+Blue) = 54+85+10=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #36550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550A is #C9AAF5. Grayscale: #434343. Windows color (decimal): -13216502 or 677174. OLE color: 677174.

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

Color convert

RGB548510-
CMYK0.3600.880.67
HSL84.8º78.95%18.63%-
HSV(B)84.8º88.24%33.33%-
XYZ4.827.31.44-
YUV67.1895.73118.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=36.24%
G=57.05%
B=6.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485100.3600.880.6784.878.9518.63
Hex3655A2405843554f13
Octal661251244013010312511723
Binary110110101010110101001000101100010000111010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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