Html Css Color HEX #498376 Viridian

📋 copy color: '#498376'

red 73 ◦ green 131 ◦ blue 118

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

Shades of Viridian #498376

Tints of Viridian #498376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 22.67%
G = 40.68%
B = 36.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#498376 (or 0x498376) is known color: Viridian. HEX triplet: 49, 83 and 76. RGB value is (73,131,118). Sum of RGB (Red+Green+Blue) = 73+131+118=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #498376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498376 is #B67C89. Grayscale: #707070. Windows color (decimal): -11959434 or 7766857. OLE color: 7766857.

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

Color convert

RGB 73 131 118 -
CMYK 0.44 0 0.10 0.49
HSL 166.55º 0.28% 0.4% -
HSV(B) 166.55º 0.44% 0.51% -
XYZ 14.13 18.96 20.05 -
YUV 112.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 73 131 118 0.44 0 0.10 0.49 166.55 0.28 0.4
Hex 49 83 76 2C 0 A 31 A7 1C 28
Octal 111 203 166 54 0 12 61 247 34 50
Binary 1001001 10000011 1110110 101100 0 1010 110001 10100111 11100 101000

Color Harmonies of #498376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498376

Black with #498376

Text Example


Text Example

White with #498376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498376; }

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

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

background-color css

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

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

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

border-color css

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

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

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