Html Css Color HEX #498776 Viridian

📋 copy color: '#498776'

red 73 ◦ green 135 ◦ blue 118

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

Shades of Viridian #498776

Tints of Viridian #498776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 22.39%
G = 41.41%
B = 36.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#498776 (or 0x498776) is known color: Viridian. HEX triplet: 49, 87 and 76. RGB value is (73,135,118). Sum of RGB (Red+Green+Blue) = 73+135+118=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #498776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498776 is #B67889. Grayscale: #727272. Windows color (decimal): -11958410 or 7767881. OLE color: 7767881.

HSL color Cylindrical-coordinate representation of color #498776: hue angle of 163.55º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498776 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 118 -
CMYK 0.46 0 0.13 0.47
HSL 163.55º 0.3% 0.41% -
HSV(B) 163.55º 0.46% 0.53% -
XYZ 14.68 20.05 20.24 -
YUV 114.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 73 135 118 0.46 0 0.13 0.47 163.55 0.3 0.41
Hex 49 87 76 2E 0 D 2F A4 1E 29
Octal 111 207 166 56 0 15 57 244 36 51
Binary 1001001 10000111 1110110 101110 0 1101 101111 10100100 11110 101001

Color Harmonies of #498776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498776

Black with #498776

Text Example


Text Example

White with #498776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498776; }

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

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

background-color css

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

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

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

border-color css

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

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

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