#489072

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

Shades of Viridian #489072

Tints of Viridian #489072

Color information

#489072 (or 0x489072) is unknown color: approx Viridian. HEX triplet: 48, 90 and 72. RGB value is (72,144,114). Sum of RGB (Red+Green+Blue) = 72+144+114=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #489072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489072 is #B76F8D. Grayscale: #777777. Windows color (decimal): -12021646 or 7508040. OLE color: 7508040.

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

Color convert

RGB72144114-
CMYK0.5000.210.44
HSL155º33.33%42.35%-
HSV(B)155º50%56.47%-
XYZ15.6822.5419.44-
YUV119.05125.1594.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=21.82%
G=43.64%
B=34.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441140.5000.210.4415533.3342.35
Hex489072320152C9b212a
Octal11022016262025542334152
Binary100100010010000111001011001001010110110010011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489072; }

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

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

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

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

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

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

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

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