#489076

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

Shades of Viridian #489076

Tints of Viridian #489076

Color information

#489076 (or 0x489076) is unknown color: approx Viridian. HEX triplet: 48, 90 and 76. RGB value is (72,144,118). Sum of RGB (Red+Green+Blue) = 72+144+118=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #489076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489076 is #B76F89. Grayscale: #777777. Windows color (decimal): -12021642 or 7770184. OLE color: 7770184.

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

Color convert

RGB72144118-
CMYK0.5000.180.44
HSL158.33º33.33%42.35%-
HSV(B)158.33º50%56.47%-
XYZ15.9222.6320.67-
YUV119.51127.1594.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=21.56%
G=43.11%
B=35.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441180.5000.180.44158.3333.3342.35
Hex489076320122C9e212a
Octal11022016662022542364152
Binary100100010010000111011011001001001010110010011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489076; }

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

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

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

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

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

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

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

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