#556A5F

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

Shades of Viridian Green #556A5F

Tints of Viridian Green #556A5F

Color information

#556A5F (or 0x556A5F) is unknown color: approx Viridian Green. HEX triplet: 55, 6A and 5F. RGB value is (85,106,95). Sum of RGB (Red+Green+Blue) = 85+106+95=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #556A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A5F is #AA95A0. Grayscale: #626262. Windows color (decimal): -11179425 or 6253141. OLE color: 6253141.

HSL color Cylindrical-coordinate representation of color #556A5F: hue angle of 148.57º 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 #556A5F is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB8510695-
CMYK0.2000.100.58
HSL148.57º10.99%37.45%-
HSV(B)148.57º19.81%41.57%-
XYZ10.9713.0712.77-
YUV98.47126.04118.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=29.72%
G=37.06%
B=33.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106950.2000.100.58148.5710.9937.45
Hex556A5F140A3A95b25
Octal12515213724012722251345
Binary1010101110101010111111010001010111010100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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