Html Css Color HEX #498973 Viridian

📋 copy color: '#498973'

red 73 ◦ green 137 ◦ blue 115

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

Shades of Viridian #498973

Tints of Viridian #498973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

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

R = 22.46%
G = 42.15%
B = 35.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#498973 (or 0x498973) is known color: Viridian. HEX triplet: 49, 89 and 73. RGB value is (73,137,115). Sum of RGB (Red+Green+Blue) = 73+137+115=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #498973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498973 is #B6768C. Grayscale: #737373. Windows color (decimal): -11957901 or 7571785. OLE color: 7571785.

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

Color convert

RGB 73 137 115 -
CMYK 0.47 0 0.16 0.46
HSL 159.38º 0.3% 0.41% -
HSV(B) 159.38º 0.47% 0.54% -
XYZ 14.79 20.55 19.41 -
YUV 115.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 73 137 115 0.47 0 0.16 0.46 159.38 0.3 0.41
Hex 49 89 73 2F 0 10 2E 9F 1E 29
Octal 111 211 163 57 0 20 56 237 36 51
Binary 1001001 10001001 1110011 101111 0 10000 101110 10011111 11110 101001

Color Harmonies of #498973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498973

Black with #498973

Text Example


Text Example

White with #498973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498973; }

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

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

background-color css

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

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

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

border-color css

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

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

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