#56550B

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

Shades of Verdun Green #56550B

Tints of Verdun Green #56550B

Color information

#56550B (or 0x56550B) is unknown color: approx Verdun Green. HEX triplet: 56, 55 and 0B. RGB value is (86,85,11). Sum of RGB (Red+Green+Blue) = 86+85+11=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56550B is #A9AAF4. Grayscale: #4D4D4D. Windows color (decimal): -11119349 or 742742. OLE color: 742742.

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

Color convert

RGB868511-
CMYK00.010.870.66
HSL59.2º77.32%19.02%-
HSV(B)59.2º87.21%33.73%-
XYZ7.158.51.58-
YUV76.8690.83134.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=47.25%
G=46.70%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86851100.010.870.6659.277.3219.02
Hex5655B0157423b4d13
Octal12612513011271027311523
Binary1010110101010110110110101111000010111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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