#56605C

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

Shades of Viridian Green #56605C

Tints of Viridian Green #56605C

Color information

#56605C (or 0x56605C) is unknown color: approx Viridian Green. HEX triplet: 56, 60 and 5C. RGB value is (86,96,92). Sum of RGB (Red+Green+Blue) = 86+96+92=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #56605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605C is #A99FA3. Grayscale: #5C5C5C. Windows color (decimal): -11116452 or 6053974. OLE color: 6053974.

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

Color convert

RGB869692-
CMYK0.1000.040.62
HSL156º5.49%35.69%-
HSV(B)156º10.42%37.65%-
XYZ9.9511.1211.75-
YUV92.55127.69123.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=31.39%
G=35.04%
B=33.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696920.1000.040.621565.4935.69
Hex56605CA043E9c524
Octal126140134120476234544
Binary1010110110000010111001010010011111010011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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