Html Css Color HEX #498070 Viridian

📋 copy color: '#498070'

red 73 ◦ green 128 ◦ blue 112

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

Shades of Viridian #498070

Tints of Viridian #498070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 23.32%
G = 40.89%
B = 35.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#498070 (or 0x498070) is known color: Viridian. HEX triplet: 49, 80 and 70. RGB value is (73,128,112). Sum of RGB (Red+Green+Blue) = 73+128+112=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #498070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498070 is #B67F8F. Grayscale: #6D6D6D. Windows color (decimal): -11960208 or 7372873. OLE color: 7372873.

HSL color Cylindrical-coordinate representation of color #498070: hue angle of 162.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498070 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 112 -
CMYK 0.43 0 0.12 0.50
HSL 162.55º 0.27% 0.39% -
HSV(B) 162.55º 0.43% 0.5% -
XYZ 13.39 18.02 18.1 -
YUV 109.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 73 128 112 0.43 0 0.12 0.50 162.55 0.27 0.39
Hex 49 80 70 2B 0 C 32 A3 1B 27
Octal 111 200 160 53 0 14 62 243 33 47
Binary 1001001 10000000 1110000 101011 0 1100 110010 10100011 11011 100111

Color Harmonies of #498070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498070

Black with #498070

Text Example


Text Example

White with #498070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498070; }

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

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

background-color css

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

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

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

border-color css

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

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

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