Html Css Color HEX #498373 Viridian

📋 copy color: '#498373'

red 73 ◦ green 131 ◦ blue 115

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

Shades of Viridian #498373

Tints of Viridian #498373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 22.88%
G = 41.07%
B = 36.05%

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

#498373 (or 0x498373) is known color: Viridian. HEX triplet: 49, 83 and 73. RGB value is (73,131,115). Sum of RGB (Red+Green+Blue) = 73+131+115=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #498373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498373 is #B67C8C. Grayscale: #6F6F6F. Windows color (decimal): -11959437 or 7570249. OLE color: 7570249.

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

Color convert

RGB 73 131 115 -
CMYK 0.44 0 0.12 0.49
HSL 163.45º 0.28% 0.4% -
HSV(B) 163.45º 0.44% 0.51% -
XYZ 13.96 18.89 19.13 -
YUV 111.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 73 131 115 0.44 0 0.12 0.49 163.45 0.28 0.4
Hex 49 83 73 2C 0 C 31 A3 1C 28
Octal 111 203 163 54 0 14 61 243 34 50
Binary 1001001 10000011 1110011 101100 0 1100 110001 10100011 11100 101000

Color Harmonies of #498373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498373

Black with #498373

Text Example


Text Example

White with #498373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498373; }

 p { color: rgb(73,131,115); }

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

background-color css

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

 a { background-color: rgb(73,131,115); }

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

border-color css

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

 span { border-color: rgb(73,131,115); }

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