Html Css Color HEX #5A6260 Viridian Green

📋 copy color: '#5A6260'

red 90 ◦ green 98 ◦ blue 96

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

Shades of Viridian Green #5A6260

Tints of Viridian Green #5A6260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 31.69%
G = 34.51%
B = 33.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#5A6260 (or 0x5A6260) is known color: Viridian Green. HEX triplet: 5A, 62 and 60. RGB value is (90,98,96). Sum of RGB (Red+Green+Blue) = 90+98+96=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6260 is #A59D9F. Grayscale: #5F5F5F. Windows color (decimal): -10853792 or 6316634. OLE color: 6316634.

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

Color convert

RGB 90 98 96 -
CMYK 0.08 0 0.02 0.62
HSL 165º 0.04% 0.37% -
HSV(B) 165º 0.08% 0.38% -
XYZ 10.7 11.75 12.77 -
YUV 95.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 90 98 96 0.08 0 0.02 0.62 165 0.04 0.37
Hex 5A 62 60 8 0 2 3E A5 4 25
Octal 132 142 140 10 0 2 76 245 4 45
Binary 1011010 1100010 1100000 1000 0 10 111110 10100101 100 100101

Color Harmonies of #5A6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6260

Black with #5A6260

Text Example


Text Example

White with #5A6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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