Html Css Color HEX #498575 Viridian

📋 copy color: '#498575'

red 73 ◦ green 133 ◦ blue 117

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

Shades of Viridian #498575

Tints of Viridian #498575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 22.6%
G = 41.18%
B = 36.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#498575 (or 0x498575) is known color: Viridian. HEX triplet: 49, 85 and 75. RGB value is (73,133,117). Sum of RGB (Red+Green+Blue) = 73+133+117=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #498575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498575 is #B67A8A. Grayscale: #717171. Windows color (decimal): -11958923 or 7701833. OLE color: 7701833.

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

Color convert

RGB 73 133 117 -
CMYK 0.45 0 0.12 0.48
HSL 164º 0.29% 0.4% -
HSV(B) 164º 0.45% 0.52% -
XYZ 14.35 19.48 19.83 -
YUV 113.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 73 133 117 0.45 0 0.12 0.48 164 0.29 0.4
Hex 49 85 75 2D 0 C 30 A4 1D 28
Octal 111 205 165 55 0 14 60 244 35 50
Binary 1001001 10000101 1110101 101101 0 1100 110000 10100100 11101 101000

Color Harmonies of #498575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498575

Black with #498575

Text Example


Text Example

White with #498575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498575; }

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

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

background-color css

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

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

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

border-color css

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

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

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