#489965

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

Shades of Chateau Green #489965

Tints of Chateau Green #489965

Color information

#489965 (or 0x489965) is unknown color: approx Chateau Green. HEX triplet: 48, 99 and 65. RGB value is (72,153,101). Sum of RGB (Red+Green+Blue) = 72+153+101=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #489965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489965 is #B7669A. Grayscale: #7A7A7A. Windows color (decimal): -12019355 or 6658376. OLE color: 6658376.

HSL color Cylindrical-coordinate representation of color #489965: hue angle of 141.48º 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 #489965 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB72153101-
CMYK0.5300.340.4
HSL141.48º36%44.12%-
HSV(B)141.48º52.94%60%-
XYZ16.4125.116.29-
YUV122.85115.6691.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=22.09%
G=46.93%
B=30.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531010.5300.340.4141.483644.12
Hex48996535022288d242c
Octal11023114565042502154454
Binary1001000100110011100101110101010001010100010001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489965; }

 p { color: rgb(72,153,101); }

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

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

 a { background-color: rgb(72,153,101); }

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

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

 span { border-color: rgb(72,153,101); }

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