#566460

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

Shades of Viridian Green #566460

Tints of Viridian Green #566460

Color information

#566460 (or 0x566460) is unknown color: approx Viridian Green. HEX triplet: 56, 64 and 60. RGB value is (86,100,96). Sum of RGB (Red+Green+Blue) = 86+100+96=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 100 - color contains mainly: green. Hex color #566460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566460 is #A99B9F. Grayscale: #5F5F5F. Windows color (decimal): -11115424 or 6317142. OLE color: 6317142.

HSL color Cylindrical-coordinate representation of color #566460: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #566460 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB8610096-
CMYK0.1400.040.61
HSL162.86º7.53%36.47%-
HSV(B)162.86º14%39.22%-
XYZ10.5111.9412.82-
YUV95.36128.36121.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=30.50%
G=35.46%
B=34.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal86100960.1400.040.61162.867.5336.47
Hex566460E043Da3824
Octal1261441401604752431044
Binary10101101100100110000011100100111101101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566460; }

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

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

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

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

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

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

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

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