Html Css Color HEX #498477 Viridian

📋 copy color: '#498477'

red 73 ◦ green 132 ◦ blue 119

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

Shades of Viridian #498477

Tints of Viridian #498477

RGB

 RED value IS 73 (28.91% from 255) = 22.53%

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 22.53%
G = 40.74%
B = 36.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#498477 (or 0x498477) is known color: Viridian. HEX triplet: 49, 84 and 77. RGB value is (73,132,119). Sum of RGB (Red+Green+Blue) = 73+132+119=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #498477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498477 is #B67B88. Grayscale: #707070. Windows color (decimal): -11959177 or 7832649. OLE color: 7832649.

HSL color Cylindrical-coordinate representation of color #498477: hue angle of 166.78º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498477 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 119 -
CMYK 0.45 0 0.10 0.48
HSL 166.78º 0.29% 0.4% -
HSV(B) 166.78º 0.45% 0.52% -
XYZ 14.33 19.25 20.41 -
YUV 112.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 73 132 119 0.45 0 0.10 0.48 166.78 0.29 0.4
Hex 49 84 77 2D 0 A 30 A7 1D 28
Octal 111 204 167 55 0 12 60 247 35 50
Binary 1001001 10000100 1110111 101101 0 1010 110000 10100111 11101 101000

Color Harmonies of #498477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498477

Black with #498477

Text Example


Text Example

White with #498477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498477; }

 p { color: rgb(73,132,119); }

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

background-color css

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

 a { background-color: rgb(73,132,119); }

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

border-color css

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

 span { border-color: rgb(73,132,119); }

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