#56550A

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

Shades of Verdun Green #56550A

Tints of Verdun Green #56550A

Color information

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

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

Color convert

RGB868510-
CMYK00.010.880.66
HSL59.21º79.17%18.82%-
HSV(B)59.21º88.37%33.73%-
XYZ7.148.51.55-
YUV76.7590.33134.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86851000.010.880.6659.2179.1718.82
Hex5655A0158423b4f13
Octal12612512011301027311723
Binary1010110101010110100110110001000010111011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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