#36560A

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

Shades of Verdun Green #36560A

Tints of Verdun Green #36560A

Color information

#36560A (or 0x36560A) is unknown color: approx Verdun Green. HEX triplet: 36, 56 and 0A. RGB value is (54,86,10). Sum of RGB (Red+Green+Blue) = 54+86+10=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #36560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36560A is #C9A9F5. Grayscale: #444444. Windows color (decimal): -13216246 or 677430. OLE color: 677430.

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

Color convert

RGB548610-
CMYK0.3700.880.66
HSL85.26º79.17%18.82%-
HSV(B)85.26º88.37%33.73%-
XYZ4.97.461.47-
YUV67.7795.4118.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=36%
G=57.33%
B=6.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486100.3700.880.6685.2679.1718.82
Hex3656A2505842554f13
Octal661261245013010212511723
Binary110110101011010101001010101100010000101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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