#556861

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

Shades of Viridian Green #556861

Tints of Viridian Green #556861

Color information

#556861 (or 0x556861) is unknown color: approx Viridian Green. HEX triplet: 55, 68 and 61. RGB value is (85,104,97). Sum of RGB (Red+Green+Blue) = 85+104+97=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #556861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556861 is #AA979E. Grayscale: #616161. Windows color (decimal): -11179935 or 6383701. OLE color: 6383701.

HSL color Cylindrical-coordinate representation of color #556861: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556861 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB8510497-
CMYK0.1800.070.59
HSL157.89º10.05%37.06%-
HSV(B)157.89º18.27%40.78%-
XYZ10.8512.6913.19-
YUV97.52127.71119.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=29.72%
G=36.36%
B=33.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104970.1800.070.59157.8910.0537.06
Hex55686112073B9ea25
Octal1251501412207732361245
Binary101010111010001100001100100111111011100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556861; }

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

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

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

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

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

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

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

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