#56540D

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

Shades of Verdun Green #56540D

Tints of Verdun Green #56540D

Color information

#56540D (or 0x56540D) is unknown color: approx Verdun Green. HEX triplet: 56, 54 and 0D. RGB value is (86,84,13). Sum of RGB (Red+Green+Blue) = 86+84+13=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540D is #A9ABF2. Grayscale: #4C4C4C. Windows color (decimal): -11119603 or 873558. OLE color: 873558.

HSL color Cylindrical-coordinate representation of color #56540D: hue angle of 58.36º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56540D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB868413-
CMYK00.020.850.66
HSL58.36º73.74%19.41%-
HSV(B)58.36º84.88%33.73%-
XYZ7.088.351.62-
YUV76.592.16134.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=46.99%
G=45.90%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86841300.020.850.6658.3673.7419.41
Hex5654D0255423a4a13
Octal12612415021251027211223
Binary10101101010100110101010101011000010111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56540D; }

 p { color: rgb(86,84,13); }

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

<style>
 a { background-color: #56540D; }

 a { background-color: rgb(86,84,13); }

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

<style>
 span { border-color: #56540D; }

 span { border-color: rgb(86,84,13); }

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