#489075

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

Shades of Viridian #489075

Tints of Viridian #489075

Color information

#489075 (or 0x489075) is unknown color: approx Viridian. HEX triplet: 48, 90 and 75. RGB value is (72,144,117). Sum of RGB (Red+Green+Blue) = 72+144+117=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #489075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489075 is #B76F8A. Grayscale: #777777. Windows color (decimal): -12021643 or 7704648. OLE color: 7704648.

HSL color Cylindrical-coordinate representation of color #489075: hue angle of 157.5º 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 #489075 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB72144117-
CMYK0.5000.190.44
HSL157.5º33.33%42.35%-
HSV(B)157.5º50%56.47%-
XYZ15.8622.6120.36-
YUV119.39126.6594.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=21.62%
G=43.24%
B=35.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441170.5000.190.44157.533.3342.35
Hex489075320132C9e212a
Octal11022016562023542364152
Binary100100010010000111010111001001001110110010011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489075; }

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

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

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

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

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

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

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

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