Html Css Color HEX #5A6963 Viridian Green

📋 copy color: '#5A6963'

red 90 ◦ green 105 ◦ blue 99

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

Shades of Viridian Green #5A6963

Tints of Viridian Green #5A6963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 30.61%
G = 35.71%
B = 33.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#5A6963 (or 0x5A6963) is known color: Viridian Green. HEX triplet: 5A, 69 and 63. RGB value is (90,105,99). Sum of RGB (Red+Green+Blue) = 90+105+99=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6963 is #A5969C. Grayscale: #636363. Windows color (decimal): -10851997 or 6515034. OLE color: 6515034.

HSL color Cylindrical-coordinate representation of color #5A6963: hue angle of 156º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6963 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 105 99 -
CMYK 0.14 0 0.06 0.59
HSL 156º 0.08% 0.38% -
HSV(B) 156º 0.14% 0.41% -
XYZ 11.52 13.18 13.74 -
YUV 99.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 90 105 99 0.14 0 0.06 0.59 156 0.08 0.38
Hex 5A 69 63 E 0 6 3B 9C 8 26
Octal 132 151 143 16 0 6 73 234 10 46
Binary 1011010 1101001 1100011 1110 0 110 111011 10011100 1000 100110

Color Harmonies of #5A6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6963

Black with #5A6963

Text Example


Text Example

White with #5A6963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,105,99); }

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

background-color css

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

 a { background-color: rgb(90,105,99); }

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

border-color css

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

 span { border-color: rgb(90,105,99); }

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