Html Css Color HEX #498272 Viridian

📋 copy color: '#498272'

red 73 ◦ green 130 ◦ blue 114

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

Shades of Viridian #498272

Tints of Viridian #498272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 23.03%
G = 41.01%
B = 35.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#498272 (or 0x498272) is known color: Viridian. HEX triplet: 49, 82 and 72. RGB value is (73,130,114). Sum of RGB (Red+Green+Blue) = 73+130+114=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #498272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498272 is #B67D8D. Grayscale: #6F6F6F. Windows color (decimal): -11959694 or 7504457. OLE color: 7504457.

HSL color Cylindrical-coordinate representation of color #498272: hue angle of 163.16º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498272 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 114 -
CMYK 0.44 0 0.12 0.49
HSL 163.16º 0.28% 0.4% -
HSV(B) 163.16º 0.44% 0.51% -
XYZ 13.77 18.6 18.78 -
YUV 111.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 73 130 114 0.44 0 0.12 0.49 163.16 0.28 0.4
Hex 49 82 72 2C 0 C 31 A3 1C 28
Octal 111 202 162 54 0 14 61 243 34 50
Binary 1001001 10000010 1110010 101100 0 1100 110001 10100011 11100 101000

Color Harmonies of #498272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498272

Black with #498272

Text Example


Text Example

White with #498272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498272; }

 p { color: rgb(73,130,114); }

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

background-color css

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

 a { background-color: rgb(73,130,114); }

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

border-color css

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

 span { border-color: rgb(73,130,114); }

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