#489A5A

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

Shades of Chateau Green #489A5A

Tints of Chateau Green #489A5A

Color information

#489A5A (or 0x489A5A) is unknown color: approx Chateau Green. HEX triplet: 48, 9A and 5A. RGB value is (72,154,90). Sum of RGB (Red+Green+Blue) = 72+154+90=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #489A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A5A is #B765A5. Grayscale: #7A7A7A. Windows color (decimal): -12019110 or 5937736. OLE color: 5937736.

HSL color Cylindrical-coordinate representation of color #489A5A: hue angle of 133.17º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A5A is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB7215490-
CMYK0.5300.420.40
HSL133.17º36.28%44.31%-
HSV(B)133.17º53.25%60.39%-
XYZ16.0725.2313.7-
YUV122.19109.8392.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 154 (60.55% from 255) = 48.73%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=22.78%
G=48.73%
B=28.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72154900.5300.420.40133.1736.2844.31
Hex489A5A3502A2885242c
Octal11023213265052502054454
Binary1001000100110101011010110101010101010100010000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489A5A; }

 p { color: rgb(72,154,90); }

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

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

 a { background-color: rgb(72,154,90); }

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

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

 span { border-color: rgb(72,154,90); }

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