#56605D

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

Shades of Viridian Green #56605D

Tints of Viridian Green #56605D

Color information

#56605D (or 0x56605D) is unknown color: approx Viridian Green. HEX triplet: 56, 60 and 5D. RGB value is (86,96,93). Sum of RGB (Red+Green+Blue) = 86+96+93=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #56605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605D is #A99FA2. Grayscale: #5C5C5C. Windows color (decimal): -11116451 or 6119510. OLE color: 6119510.

HSL color Cylindrical-coordinate representation of color #56605D: hue angle of 162º 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 #56605D is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB869693-
CMYK0.1000.030.62
HSL162º5.49%35.69%-
HSV(B)162º10.42%37.65%-
XYZ1011.1311.98-
YUV92.67128.19123.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=31.27%
G=34.91%
B=33.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696930.1000.030.621625.4935.69
Hex56605DA033Ea2524
Octal126140135120376242544
Binary101011011000001011101101001111111010100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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