#565406

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

Shades of Verdun Green #565406

Tints of Verdun Green #565406

Color information

#565406 (or 0x565406) is unknown color: approx Verdun Green. HEX triplet: 56, 54 and 06. RGB value is (86,84,6). Sum of RGB (Red+Green+Blue) = 86+84+6=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #565406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565406 is #A9ABF9. Grayscale: #4C4C4C. Windows color (decimal): -11119610 or 414806. OLE color: 414806.

HSL color Cylindrical-coordinate representation of color #565406: hue angle of 58.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #565406 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86846-
CMYK00.020.930.66
HSL58.5º86.96%18.04%-
HSV(B)58.5º93.02%33.73%-
XYZ7.048.331.41-
YUV75.7188.66135.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=48.86%
G=47.73%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8684600.020.930.6658.586.9618.04
Hex56546025D423a5712
Octal1261246021351027212722
Binary1010110101010011001010111011000010111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565406; }

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

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

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

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

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

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

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

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