#56550E

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

Shades of Verdun Green #56550E

Tints of Verdun Green #56550E

Color information

#56550E (or 0x56550E) is unknown color: approx Verdun Green. HEX triplet: 56, 55 and 0E. RGB value is (86,85,14). Sum of RGB (Red+Green+Blue) = 86+85+14=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56550E is #A9AAF1. Grayscale: #4D4D4D. Windows color (decimal): -11119346 or 939350. OLE color: 939350.

HSL color Cylindrical-coordinate representation of color #56550E: hue angle of 59.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56550E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB868514-
CMYK00.010.840.66
HSL59.17º72%19.61%-
HSV(B)59.17º83.72%33.73%-
XYZ7.178.511.68-
YUV77.292.33134.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=46.49%
G=45.95%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86851400.010.840.6659.177219.61
Hex5655E0154423b4814
Octal12612516011241027311024
Binary1010110101010111100110101001000010111011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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