Html Css Color HEX #498F77 Viridian

📋 copy color: '#498F77'

red 73 ◦ green 143 ◦ blue 119

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

Shades of Viridian #498F77

Tints of Viridian #498F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 21.79%
G = 42.69%
B = 35.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#498F77 (or 0x498F77) is known color: Viridian. HEX triplet: 49, 8F and 77. RGB value is (73,143,119). Sum of RGB (Red+Green+Blue) = 73+143+119=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #498F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F77 is #B67088. Grayscale: #777777. Windows color (decimal): -11956361 or 7835465. OLE color: 7835465.

HSL color Cylindrical-coordinate representation of color #498F77: hue angle of 159.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F77 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 143 119 -
CMYK 0.49 0 0.17 0.44
HSL 159.43º 0.32% 0.42% -
HSV(B) 159.43º 0.49% 0.56% -
XYZ 15.9 22.39 20.94 -
YUV 119.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 73 143 119 0.49 0 0.17 0.44 159.43 0.32 0.42
Hex 49 8F 77 31 0 11 2C 9F 20 2A
Octal 111 217 167 61 0 21 54 237 40 52
Binary 1001001 10001111 1110111 110001 0 10001 101100 10011111 100000 101010

Color Harmonies of #498F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498F77

Black with #498F77

Text Example


Text Example

White with #498F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498F77; }

 p { color: rgb(73,143,119); }

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

background-color css

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

 a { background-color: rgb(73,143,119); }

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

border-color css

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

 span { border-color: rgb(73,143,119); }

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