Html Css Color HEX #498571 Viridian

📋 copy color: '#498571'

red 73 ◦ green 133 ◦ blue 113

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

Shades of Viridian #498571

Tints of Viridian #498571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 22.88%
G = 41.69%
B = 35.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#498571 (or 0x498571) is known color: Viridian. HEX triplet: 49, 85 and 71. RGB value is (73,133,113). Sum of RGB (Red+Green+Blue) = 73+133+113=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #498571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498571 is #B67A8E. Grayscale: #707070. Windows color (decimal): -11958927 or 7439689. OLE color: 7439689.

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

Color convert

RGB 73 133 113 -
CMYK 0.45 0 0.15 0.48
HSL 160º 0.29% 0.4% -
HSV(B) 160º 0.45% 0.52% -
XYZ 14.12 19.38 18.62 -
YUV 112.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 73 133 113 0.45 0 0.15 0.48 160 0.29 0.4
Hex 49 85 71 2D 0 F 30 A0 1D 28
Octal 111 205 161 55 0 17 60 240 35 50
Binary 1001001 10000101 1110001 101101 0 1111 110000 10100000 11101 101000

Color Harmonies of #498571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498571

Black with #498571

Text Example


Text Example

White with #498571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498571; }

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

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

background-color css

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

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

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

border-color css

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

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

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