Html Css Color HEX #5A6A62 Viridian Green

📋 copy color: '#5A6A62'

red 90 ◦ green 106 ◦ blue 98

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

Shades of Viridian Green #5A6A62

Tints of Viridian Green #5A6A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 30.61%
G = 36.05%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#5A6A62 (or 0x5A6A62) is known color: Viridian Green. HEX triplet: 5A, 6A and 62. RGB value is (90,106,98). Sum of RGB (Red+Green+Blue) = 90+106+98=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A62 is #A5959D. Grayscale: #646464. Windows color (decimal): -10851742 or 6449754. OLE color: 6449754.

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

Color convert

RGB 90 106 98 -
CMYK 0.15 0 0.08 0.58
HSL 150º 0.08% 0.38% -
HSV(B) 150º 0.15% 0.42% -
XYZ 11.58 13.36 13.52 -
YUV 100.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 90 106 98 0.15 0 0.08 0.58 150 0.08 0.38
Hex 5A 6A 62 F 0 8 3A 96 8 26
Octal 132 152 142 17 0 10 72 226 10 46
Binary 1011010 1101010 1100010 1111 0 1000 111010 10010110 1000 100110

Color Harmonies of #5A6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A62

Black with #5A6A62

Text Example


Text Example

White with #5A6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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