Html Css Color HEX #498577 Viridian

📋 copy color: '#498577'

red 73 ◦ green 133 ◦ blue 119

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

Shades of Viridian #498577

Tints of Viridian #498577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

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

R = 22.46%
G = 40.92%
B = 36.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#498577 (or 0x498577) is known color: Viridian. HEX triplet: 49, 85 and 77. RGB value is (73,133,119). Sum of RGB (Red+Green+Blue) = 73+133+119=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #498577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498577 is #B67A88. Grayscale: #717171. Windows color (decimal): -11958921 or 7832905. OLE color: 7832905.

HSL color Cylindrical-coordinate representation of color #498577: hue angle of 166º 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 #498577 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 119 -
CMYK 0.45 0 0.11 0.48
HSL 166º 0.29% 0.4% -
HSV(B) 166º 0.45% 0.52% -
XYZ 14.46 19.52 20.46 -
YUV 113.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 73 133 119 0.45 0 0.11 0.48 166 0.29 0.4
Hex 49 85 77 2D 0 B 30 A6 1D 28
Octal 111 205 167 55 0 13 60 246 35 50
Binary 1001001 10000101 1110111 101101 0 1011 110000 10100110 11101 101000

Color Harmonies of #498577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498577

Black with #498577

Text Example


Text Example

White with #498577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498577; }

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

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

background-color css

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

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

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

border-color css

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

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

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