#489273

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

Shades of Viridian #489273

Tints of Viridian #489273

Color information

#489273 (or 0x489273) is unknown color: approx Viridian. HEX triplet: 48, 92 and 73. RGB value is (72,146,115). Sum of RGB (Red+Green+Blue) = 72+146+115=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #489273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489273 is #B76D8C. Grayscale: #787878. Windows color (decimal): -12021133 or 7574088. OLE color: 7574088.

HSL color Cylindrical-coordinate representation of color #489273: hue angle of 154.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489273 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB72146115-
CMYK0.5100.210.43
HSL154.86º33.94%42.75%-
HSV(B)154.86º50.68%57.25%-
XYZ16.0523.1719.85-
YUV120.34124.9893.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=21.62%
G=43.84%
B=34.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461150.5100.210.43154.8633.9442.75
Hex489273330152B9b222b
Octal11022216363025532334253
Binary100100010010010111001111001101010110101110011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489273; }

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

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

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

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

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

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

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

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