#489160

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

Shades of Chateau Green #489160

Tints of Chateau Green #489160

Color information

#489160 (or 0x489160) is unknown color: approx Chateau Green. HEX triplet: 48, 91 and 60. RGB value is (72,145,96). Sum of RGB (Red+Green+Blue) = 72+145+96=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #489160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489160 is #B76E9F. Grayscale: #757575. Windows color (decimal): -12021408 or 6328648. OLE color: 6328648.

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

Color convert

RGB7214596-
CMYK0.5000.340.43
HSL139.73º33.64%42.55%-
HSV(B)139.73º50.34%56.86%-
XYZ14.9122.4714.62-
YUV117.59115.8295.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=23.00%
G=46.33%
B=30.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145960.5000.340.43139.7333.6442.55
Hex489160320222B8c222b
Octal11022114062042532144253
Binary1001000100100011100000110010010001010101110001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489160; }

 p { color: rgb(72,145,96); }

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

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

 a { background-color: rgb(72,145,96); }

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

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

 span { border-color: rgb(72,145,96); }

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