Html Css Color HEX #498774 Viridian

📋 copy color: '#498774'

red 73 ◦ green 135 ◦ blue 116

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

Shades of Viridian #498774

Tints of Viridian #498774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 22.53%
G = 41.67%
B = 35.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#498774 (or 0x498774) is known color: Viridian. HEX triplet: 49, 87 and 74. RGB value is (73,135,116). Sum of RGB (Red+Green+Blue) = 73+135+116=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #498774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498774 is #B6788B. Grayscale: #727272. Windows color (decimal): -11958412 or 7636809. OLE color: 7636809.

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

Color convert

RGB 73 135 116 -
CMYK 0.46 0 0.14 0.47
HSL 161.61º 0.3% 0.41% -
HSV(B) 161.61º 0.46% 0.53% -
XYZ 14.56 20.01 19.62 -
YUV 114.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 73 135 116 0.46 0 0.14 0.47 161.61 0.3 0.41
Hex 49 87 74 2E 0 E 2F A2 1E 29
Octal 111 207 164 56 0 16 57 242 36 51
Binary 1001001 10000111 1110100 101110 0 1110 101111 10100010 11110 101001

Color Harmonies of #498774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498774

Black with #498774

Text Example


Text Example

White with #498774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498774; }

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

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

background-color css

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

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

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

border-color css

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

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

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