Html Css Color HEX #498770 Viridian

📋 copy color: '#498770'

red 73 ◦ green 135 ◦ blue 112

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

Shades of Viridian #498770

Tints of Viridian #498770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 22.81%
G = 42.19%
B = 35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#498770 (or 0x498770) is known color: Viridian. HEX triplet: 49, 87 and 70. RGB value is (73,135,112). Sum of RGB (Red+Green+Blue) = 73+135+112=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #498770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498770 is #B6788F. Grayscale: #717171. Windows color (decimal): -11958416 or 7374665. OLE color: 7374665.

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

Color convert

RGB 73 135 112 -
CMYK 0.46 0 0.17 0.47
HSL 157.74º 0.3% 0.41% -
HSV(B) 157.74º 0.46% 0.53% -
XYZ 14.34 19.91 18.42 -
YUV 113.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 73 135 112 0.46 0 0.17 0.47 157.74 0.3 0.41
Hex 49 87 70 2E 0 11 2F 9E 1E 29
Octal 111 207 160 56 0 21 57 236 36 51
Binary 1001001 10000111 1110000 101110 0 10001 101111 10011110 11110 101001

Color Harmonies of #498770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498770

Black with #498770

Text Example


Text Example

White with #498770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498770; }

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

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

background-color css

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

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

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

border-color css

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

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

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