Html Css Color HEX #498574 Viridian

📋 copy color: '#498574'

red 73 ◦ green 133 ◦ blue 116

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

Shades of Viridian #498574

Tints of Viridian #498574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 22.67%
G = 41.3%
B = 36.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#498574 (or 0x498574) is known color: Viridian. HEX triplet: 49, 85 and 74. RGB value is (73,133,116). Sum of RGB (Red+Green+Blue) = 73+133+116=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #498574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498574 is #B67A8B. Grayscale: #717171. Windows color (decimal): -11958924 or 7636297. OLE color: 7636297.

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

Color convert

RGB 73 133 116 -
CMYK 0.45 0 0.13 0.48
HSL 163º 0.29% 0.4% -
HSV(B) 163º 0.45% 0.52% -
XYZ 14.29 19.45 19.52 -
YUV 113.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 73 133 116 0.45 0 0.13 0.48 163 0.29 0.4
Hex 49 85 74 2D 0 D 30 A3 1D 28
Octal 111 205 164 55 0 15 60 243 35 50
Binary 1001001 10000101 1110100 101101 0 1101 110000 10100011 11101 101000

Color Harmonies of #498574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498574

Black with #498574

Text Example


Text Example

White with #498574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498574; }

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

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

background-color css

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

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

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

border-color css

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

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

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