#489560

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

Shades of Chateau Green #489560

Tints of Chateau Green #489560

Color information

#489560 (or 0x489560) is unknown color: approx Chateau Green. HEX triplet: 48, 95 and 60. RGB value is (72,149,96). Sum of RGB (Red+Green+Blue) = 72+149+96=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #489560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489560 is #B76A9F. Grayscale: #787878. Windows color (decimal): -12020384 or 6329672. OLE color: 6329672.

HSL color Cylindrical-coordinate representation of color #489560: hue angle of 138.7º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489560 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB7214996-
CMYK0.5200.360.42
HSL138.7º34.84%43.33%-
HSV(B)138.7º51.68%58.43%-
XYZ15.5323.7214.83-
YUV119.93114.4993.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=22.71%
G=47.00%
B=30.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149960.5200.360.42138.734.8443.33
Hex489560340242A8b232b
Octal11022514064044522134353
Binary1001000100101011100000110100010010010101010001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489560; }

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

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

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

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

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

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

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

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