#566560

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

Shades of Viridian Green #566560

Tints of Viridian Green #566560

Color information

#566560 (or 0x566560) is unknown color: approx Viridian Green. HEX triplet: 56, 65 and 60. RGB value is (86,101,96). Sum of RGB (Red+Green+Blue) = 86+101+96=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #566560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566560 is #A99A9F. Grayscale: #5F5F5F. Windows color (decimal): -11115168 or 6317398. OLE color: 6317398.

HSL color Cylindrical-coordinate representation of color #566560: hue angle of 160º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #566560 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB8610196-
CMYK0.1500.050.60
HSL160º8.02%36.67%-
HSV(B)160º14.85%39.61%-
XYZ10.612.1312.85-
YUV95.94128.03120.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=30.39%
G=35.69%
B=33.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101960.1500.050.601608.0236.67
Hex566560F053Ca0825
Octal1261451401705742401045
Binary10101101100101110000011110101111100101000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566560; }

 p { color: rgb(86,101,96); }

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

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

 a { background-color: rgb(86,101,96); }

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

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

 span { border-color: rgb(86,101,96); }

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