Html Css Color HEX #56605C Viridian Green

📋 copy color: '#56605C'

red 86 ◦ green 96 ◦ blue 92

#56605C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #56605C

Tints of Viridian Green #56605C

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 value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#56605C (or 0x56605C) is known color: 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

RGB 86 96 92 -
CMYK 0.10 0 0.04 0.62
HSL 156º 0.05% 0.36% -
HSV(B) 156º 0.1% 0.38% -
XYZ 9.95 11.12 11.75 -
YUV 92.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 86 96 92 0.10 0 0.04 0.62 156 0.05 0.36
Hex 56 60 5C A 0 4 3E 9C 5 24
Octal 126 140 134 12 0 4 76 234 5 44
Binary 1010110 1100000 1011100 1010 0 100 111110 10011100 101 100100

Color Harmonies of #56605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56605C

Black with #56605C

Text Example


Text Example

White with #56605C

Text Example


Text Example

HTML Codes & Css Web 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>