Html Css Color HEX #5A625E Viridian Green

📋 copy color: '#5A625E'

red 90 ◦ green 98 ◦ blue 94

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

Shades of Viridian Green #5A625E

Tints of Viridian Green #5A625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 31.91%
G = 34.75%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#5A625E (or 0x5A625E) is known color: Viridian Green. HEX triplet: 5A, 62 and 5E. RGB value is (90,98,94). Sum of RGB (Red+Green+Blue) = 90+98+94=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625E is #A59DA1. Grayscale: #5F5F5F. Windows color (decimal): -10853794 or 6185562. OLE color: 6185562.

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

Color convert

RGB 90 98 94 -
CMYK 0.08 0 0.04 0.62
HSL 150º 0.04% 0.37% -
HSV(B) 150º 0.08% 0.38% -
XYZ 10.6 11.72 12.29 -
YUV 95.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 90 98 94 0.08 0 0.04 0.62 150 0.04 0.37
Hex 5A 62 5E 8 0 4 3E 96 4 25
Octal 132 142 136 10 0 4 76 226 4 45
Binary 1011010 1100010 1011110 1000 0 100 111110 10010110 100 100101

Color Harmonies of #5A625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A625E

Black with #5A625E

Text Example


Text Example

White with #5A625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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