#556A61

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

Shades of Viridian Green #556A61

Tints of Viridian Green #556A61

Color information

#556A61 (or 0x556A61) is unknown color: approx Viridian Green. HEX triplet: 55, 6A and 61. RGB value is (85,106,97). Sum of RGB (Red+Green+Blue) = 85+106+97=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #556A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A61 is #AA959E. Grayscale: #626262. Windows color (decimal): -11179423 or 6384213. OLE color: 6384213.

HSL color Cylindrical-coordinate representation of color #556A61: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A61 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB8510697-
CMYK0.2000.080.58
HSL154.29º10.99%37.45%-
HSV(B)154.29º19.81%41.57%-
XYZ11.0613.113.26-
YUV98.7127.04118.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=29.51%
G=36.81%
B=33.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106970.2000.080.58154.2910.9937.45
Hex556A6114083A9ab25
Octal12515214124010722321345
Binary1010101110101011000011010001000111010100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556A61; }

 p { color: rgb(85,106,97); }

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

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

 a { background-color: rgb(85,106,97); }

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

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

 span { border-color: rgb(85,106,97); }

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