Html Css Color HEX #5A605E Viridian Green

📋 copy color: '#5A605E'

red 90 ◦ green 96 ◦ blue 94

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

Shades of Viridian Green #5A605E

Tints of Viridian Green #5A605E

RGB

 RED value IS 90 (35.55% from 255) = 32.14%

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 32.14%
G = 34.29%
B = 33.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#5A605E (or 0x5A605E) is known color: Viridian Green. HEX triplet: 5A, 60 and 5E. RGB value is (90,96,94). Sum of RGB (Red+Green+Blue) = 90+96+94=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 96 - color contains mainly: green. Hex color #5A605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A605E is #A59FA1. Grayscale: #5D5D5D. Windows color (decimal): -10854306 or 6185050. OLE color: 6185050.

HSL color Cylindrical-coordinate representation of color #5A605E: hue angle of 160º 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 #5A605E is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 94 -
CMYK 0.06 0 0.02 0.62
HSL 160º 0.03% 0.36% -
HSV(B) 160º 0.06% 0.38% -
XYZ 10.42 11.35 12.23 -
YUV 93.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 90 96 94 0.06 0 0.02 0.62 160 0.03 0.36
Hex 5A 60 5E 6 0 2 3E A0 3 24
Octal 132 140 136 6 0 2 76 240 3 44
Binary 1011010 1100000 1011110 110 0 10 111110 10100000 11 100100

Color Harmonies of #5A605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A605E

Black with #5A605E

Text Example


Text Example

White with #5A605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A605E;
 }
 .AnyTagClassName
 {
   color: #5A605E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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