#55560A

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

Shades of Verdun Green #55560A

Tints of Verdun Green #55560A

Color information

#55560A (or 0x55560A) is unknown color: approx Verdun Green. HEX triplet: 55, 56 and 0A. RGB value is (85,86,10). Sum of RGB (Red+Green+Blue) = 85+86+10=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #55560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55560A is #AAA9F5. Grayscale: #4D4D4D. Windows color (decimal): -11184630 or 677461. OLE color: 677461.

HSL color Cylindrical-coordinate representation of color #55560A: hue angle of 60.79º 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 #55560A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB858610-
CMYK0.0100.880.66
HSL60.79º79.17%18.82%-
HSV(B)60.79º88.37%33.73%-
XYZ7.138.611.57-
YUV77.0490.17133.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=46.96%
G=47.51%
B=5.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586100.0100.880.6660.7979.1718.82
Hex5556A1058423d4f13
Octal12512612101301027511723
Binary1010101101011010101010110001000010111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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