#489073

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

Shades of Viridian #489073

Tints of Viridian #489073

Color information

#489073 (or 0x489073) is unknown color: approx Viridian. HEX triplet: 48, 90 and 73. RGB value is (72,144,115). Sum of RGB (Red+Green+Blue) = 72+144+115=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #489073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489073 is #B76F8C. Grayscale: #777777. Windows color (decimal): -12021645 or 7573576. OLE color: 7573576.

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

Color convert

RGB72144115-
CMYK0.5000.200.44
HSL155.83º33.33%42.35%-
HSV(B)155.83º50%56.47%-
XYZ15.7422.5619.74-
YUV119.17125.6594.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=21.75%
G=43.50%
B=34.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441150.5000.200.44155.8333.3342.35
Hex489073320142C9c212a
Octal11022016362024542344152
Binary100100010010000111001111001001010010110010011100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489073; }

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

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

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

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

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

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

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

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