#556C63

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

Shades of Viridian Green #556C63

Tints of Viridian Green #556C63

Color information

#556C63 (or 0x556C63) is unknown color: approx Viridian Green. HEX triplet: 55, 6C and 63. RGB value is (85,108,99). Sum of RGB (Red+Green+Blue) = 85+108+99=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 108 - color contains mainly: green. Hex color #556C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C63 is #AA939C. Grayscale: #646464. Windows color (decimal): -11178909 or 6515797. OLE color: 6515797.

HSL color Cylindrical-coordinate representation of color #556C63: hue angle of 156.52º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C63 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB8510899-
CMYK0.2100.080.58
HSL156.52º11.92%37.84%-
HSV(B)156.52º21.3%42.35%-
XYZ11.3613.5613.82-
YUV100.1127.38117.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=29.11%
G=36.99%
B=33.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108990.2100.080.58156.5211.9237.84
Hex556C6315083A9dc26
Octal12515414325010722351446
Binary1010101110110011000111010101000111010100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,99); }

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

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

 a { background-color: rgb(85,108,99); }

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

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

 span { border-color: rgb(85,108,99); }

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