Html Css Color HEX #498570 Viridian

📋 copy color: '#498570'

red 73 ◦ green 133 ◦ blue 112

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

Shades of Viridian #498570

Tints of Viridian #498570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 22.96%
G = 41.82%
B = 35.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#498570 (or 0x498570) is known color: Viridian. HEX triplet: 49, 85 and 70. RGB value is (73,133,112). Sum of RGB (Red+Green+Blue) = 73+133+112=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #498570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498570 is #B67A8F. Grayscale: #707070. Windows color (decimal): -11958928 or 7374153. OLE color: 7374153.

HSL color Cylindrical-coordinate representation of color #498570: hue angle of 159º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498570 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 112 -
CMYK 0.45 0 0.16 0.48
HSL 159º 0.29% 0.4% -
HSV(B) 159º 0.45% 0.52% -
XYZ 14.06 19.36 18.33 -
YUV 112.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 73 133 112 0.45 0 0.16 0.48 159 0.29 0.4
Hex 49 85 70 2D 0 10 30 9F 1D 28
Octal 111 205 160 55 0 20 60 237 35 50
Binary 1001001 10000101 1110000 101101 0 10000 110000 10011111 11101 101000

Color Harmonies of #498570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498570

Black with #498570

Text Example


Text Example

White with #498570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498570; }

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

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

background-color css

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

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

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

border-color css

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

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

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