Html Css Color HEX #498773 Viridian

📋 copy color: '#498773'

red 73 ◦ green 135 ◦ blue 115

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

Shades of Viridian #498773

Tints of Viridian #498773

RGB

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

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

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

R = 22.6%
G = 41.8%
B = 35.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#498773 (or 0x498773) is known color: Viridian. HEX triplet: 49, 87 and 73. RGB value is (73,135,115). Sum of RGB (Red+Green+Blue) = 73+135+115=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #498773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498773 is #B6788C. Grayscale: #727272. Windows color (decimal): -11958413 or 7571273. OLE color: 7571273.

HSL color Cylindrical-coordinate representation of color #498773: hue angle of 160.65º 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 #498773 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 115 -
CMYK 0.46 0 0.15 0.47
HSL 160.65º 0.3% 0.41% -
HSV(B) 160.65º 0.46% 0.53% -
XYZ 14.51 19.98 19.31 -
YUV 114.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 73 135 115 0.46 0 0.15 0.47 160.65 0.3 0.41
Hex 49 87 73 2E 0 F 2F A1 1E 29
Octal 111 207 163 56 0 17 57 241 36 51
Binary 1001001 10000111 1110011 101110 0 1111 101111 10100001 11110 101001

Color Harmonies of #498773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498773

Black with #498773

Text Example


Text Example

White with #498773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498773; }

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

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

background-color css

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

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

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

border-color css

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

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

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