#556460

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

Shades of Viridian Green #556460

Tints of Viridian Green #556460

Color information

#556460 (or 0x556460) is unknown color: approx Viridian Green. HEX triplet: 55, 64 and 60. RGB value is (85,100,96). Sum of RGB (Red+Green+Blue) = 85+100+96=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #556460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556460 is #AA9B9F. Grayscale: #5F5F5F. Windows color (decimal): -11180960 or 6317141. OLE color: 6317141.

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

Color convert

RGB8510096-
CMYK0.1500.040.61
HSL164º8.11%36.27%-
HSV(B)164º15%39.22%-
XYZ10.4111.8912.81-
YUV95.06128.53120.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=30.25%
G=35.59%
B=34.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100960.1500.040.611648.1136.27
Hex556460F043Da4824
Octal1251441401704752441044
Binary10101011100100110000011110100111101101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556460; }

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

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

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

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

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

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

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

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