#5A605D

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

Shades of Viridian Green #5A605D

Tints of Viridian Green #5A605D

Color information

#5A605D (or 0x5A605D) is unknown color: approx Viridian Green. HEX triplet: 5A, 60 and 5D. RGB value is (90,96,93). Sum of RGB (Red+Green+Blue) = 90+96+93=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 96 - color contains mainly: green. Hex color #5A605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A605D is #A59FA2. Grayscale: #5D5D5D. Windows color (decimal): -10854307 or 6119514. OLE color: 6119514.

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

Color convert

RGB909693-
CMYK0.0600.030.62
HSL150º3.23%36.47%-
HSV(B)150º6.25%37.65%-
XYZ10.3811.3312-
YUV93.86127.51125.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=32.26%
G=34.41%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096930.0600.030.621503.2336.47
Hex5A605D6033E96324
Octal13214013560376226344
Binary1011010110000010111011100111111101001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A605D; }

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

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

<style>
 a { background-color: #5A605D; }

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

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

<style>
 span { border-color: #5A605D; }

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

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