Html Css Color HEX #5A6461 Viridian Green

📋 copy color: '#5A6461'

red 90 ◦ green 100 ◦ blue 97

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

Shades of Viridian Green #5A6461

Tints of Viridian Green #5A6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 31.36%
G = 34.84%
B = 33.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#5A6461 (or 0x5A6461) is known color: Viridian Green. HEX triplet: 5A, 64 and 61. RGB value is (90,100,97). Sum of RGB (Red+Green+Blue) = 90+100+97=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6461 is #A59B9E. Grayscale: #606060. Windows color (decimal): -10853279 or 6382682. OLE color: 6382682.

HSL color Cylindrical-coordinate representation of color #5A6461: hue angle of 162º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A6461 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 100 97 -
CMYK 0.10 0 0.03 0.61
HSL 162º 0.05% 0.37% -
HSV(B) 162º 0.1% 0.39% -
XYZ 10.93 12.15 13.08 -
YUV 96.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 90 100 97 0.10 0 0.03 0.61 162 0.05 0.37
Hex 5A 64 61 A 0 3 3D A2 5 25
Octal 132 144 141 12 0 3 75 242 5 45
Binary 1011010 1100100 1100001 1010 0 11 111101 10100010 101 100101

Color Harmonies of #5A6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6461

Black with #5A6461

Text Example


Text Example

White with #5A6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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