#56605B

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

Shades of Viridian Green #56605B

Tints of Viridian Green #56605B

Color information

#56605B (or 0x56605B) is unknown color: approx Viridian Green. HEX triplet: 56, 60 and 5B. RGB value is (86,96,91). Sum of RGB (Red+Green+Blue) = 86+96+91=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #56605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605B is #A99FA4. Grayscale: #5C5C5C. Windows color (decimal): -11116453 or 5988438. OLE color: 5988438.

HSL color Cylindrical-coordinate representation of color #56605B: hue angle of 150º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56605B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB869691-
CMYK0.1000.050.62
HSL150º5.49%35.69%-
HSV(B)150º10.42%37.65%-
XYZ9.9111.111.52-
YUV92.44127.19123.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=31.50%
G=35.16%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696910.1000.050.621505.4935.69
Hex56605BA053E96524
Octal126140133120576226544
Binary1010110110000010110111010010111111010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56605B; }

 p { color: rgb(86,96,91); }

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

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

 a { background-color: rgb(86,96,91); }

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

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

 span { border-color: rgb(86,96,91); }

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