#489070

Color #489070 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #489070

Tints of Viridian #489070

Color information

#489070 (or 0x489070) is unknown color: approx Viridian. HEX triplet: 48, 90 and 70. RGB value is (72,144,112). Sum of RGB (Red+Green+Blue) = 72+144+112=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #489070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489070 is #B76F8F. Grayscale: #767676. Windows color (decimal): -12021648 or 7376968. OLE color: 7376968.

HSL color Cylindrical-coordinate representation of color #489070: hue angle of 153.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489070 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB72144112-
CMYK0.5000.220.44
HSL153.33º33.33%42.35%-
HSV(B)153.33º50%56.47%-
XYZ15.5722.4918.85-
YUV118.82124.1594.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=21.95%
G=43.90%
B=34.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441120.5000.220.44153.3333.3342.35
Hex489070320162C99212a
Octal11022016062026542314152
Binary100100010010000111000011001001011010110010011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489070; }

 p { color: rgb(72,144,112); }

 H1.HeaderClassName
 {
   color: #489070;
 }
 .AnyTagClassName
 {
   color: #489070;
 }
</style>
background-color css

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

 a { background-color: rgb(72,144,112); }

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

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

 span { border-color: rgb(72,144,112); }

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