Html Css Color HEX #5A615F Viridian Green

📋 copy color: '#5A615F'

red 90 ◦ green 97 ◦ blue 95

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

Shades of Viridian Green #5A615F

Tints of Viridian Green #5A615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 31.91%
G = 34.4%
B = 33.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#5A615F (or 0x5A615F) is known color: Viridian Green. HEX triplet: 5A, 61 and 5F. RGB value is (90,97,95). Sum of RGB (Red+Green+Blue) = 90+97+95=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5A615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A615F is #A59EA0. Grayscale: #5E5E5E. Windows color (decimal): -10854049 or 6250842. OLE color: 6250842.

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

Color convert

RGB 90 97 95 -
CMYK 0.07 0 0.02 0.62
HSL 162.86º 0.04% 0.37% -
HSV(B) 162.86º 0.07% 0.38% -
XYZ 10.56 11.55 12.5 -
YUV 94.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 90 97 95 0.07 0 0.02 0.62 162.86 0.04 0.37
Hex 5A 61 5F 7 0 2 3E A3 4 25
Octal 132 141 137 7 0 2 76 243 4 45
Binary 1011010 1100001 1011111 111 0 10 111110 10100011 100 100101

Color Harmonies of #5A615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A615F

Black with #5A615F

Text Example


Text Example

White with #5A615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,95); }

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

background-color css

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

 a { background-color: rgb(90,97,95); }

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

border-color css

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

 span { border-color: rgb(90,97,95); }

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