Html Css Color HEX #56605D Viridian Green

📋 copy color: '#56605D'

red 86 ◦ green 96 ◦ blue 93

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

Shades of Viridian Green #56605D

Tints of Viridian Green #56605D

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 86 96 93 -
CMYK 0.10 0 0.03 0.62
HSL 162º 0.05% 0.36% -
HSV(B) 162º 0.1% 0.38% -
XYZ 10 11.13 11.98 -
YUV 92.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 86 96 93 0.10 0 0.03 0.62 162 0.05 0.36
Hex 56 60 5D A 0 3 3E A2 5 24
Octal 126 140 135 12 0 3 76 242 5 44
Binary 1010110 1100000 1011101 1010 0 11 111110 10100010 101 100100

Color Harmonies of #56605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56605D

Black with #56605D

Text Example


Text Example

White with #56605D

Text Example


Text Example

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