#556760

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

Shades of Viridian Green #556760

Tints of Viridian Green #556760

Color information

#556760 (or 0x556760) is unknown color: approx Viridian Green. HEX triplet: 55, 67 and 60. RGB value is (85,103,96). Sum of RGB (Red+Green+Blue) = 85+103+96=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #556760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556760 is #AA989F. Grayscale: #606060. Windows color (decimal): -11180192 or 6317909. OLE color: 6317909.

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

Color convert

RGB8510396-
CMYK0.1700.070.60
HSL156.67º9.57%36.86%-
HSV(B)156.67º17.48%40.39%-
XYZ10.7112.4812.91-
YUV96.82127.54119.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=29.93%
G=36.27%
B=33.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103960.1700.070.60156.679.5736.86
Hex55676011073C9da25
Octal1251471402107742351245
Binary101010111001111100000100010111111100100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556760; }

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

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

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

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

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

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

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

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