Html Css Color HEX #498471 Viridian

📋 copy color: '#498471'

red 73 ◦ green 132 ◦ blue 113

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

Shades of Viridian #498471

Tints of Viridian #498471

RGB

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

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

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

R = 22.96%
G = 41.51%
B = 35.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#498471 (or 0x498471) is known color: Viridian. HEX triplet: 49, 84 and 71. RGB value is (73,132,113). Sum of RGB (Red+Green+Blue) = 73+132+113=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #498471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498471 is #B67B8E. Grayscale: #707070. Windows color (decimal): -11959183 or 7439433. OLE color: 7439433.

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

Color convert

RGB 73 132 113 -
CMYK 0.45 0 0.14 0.48
HSL 160.68º 0.29% 0.4% -
HSV(B) 160.68º 0.45% 0.52% -
XYZ 13.98 19.11 18.57 -
YUV 112.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 73 132 113 0.45 0 0.14 0.48 160.68 0.29 0.4
Hex 49 84 71 2D 0 E 30 A1 1D 28
Octal 111 204 161 55 0 16 60 241 35 50
Binary 1001001 10000100 1110001 101101 0 1110 110000 10100001 11101 101000

Color Harmonies of #498471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498471

Black with #498471

Text Example


Text Example

White with #498471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498471; }

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

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

background-color css

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

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

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

border-color css

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

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

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