#489966

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

Shades of Chateau Green #489966

Tints of Chateau Green #489966

Color information

#489966 (or 0x489966) is unknown color: approx Chateau Green. HEX triplet: 48, 99 and 66. RGB value is (72,153,102). Sum of RGB (Red+Green+Blue) = 72+153+102=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #489966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489966 is #B76699. Grayscale: #7B7B7B. Windows color (decimal): -12019354 or 6723912. OLE color: 6723912.

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

Color convert

RGB72153102-
CMYK0.5300.330.4
HSL142.22º36%44.12%-
HSV(B)142.22º52.94%60%-
XYZ16.4625.1216.55-
YUV122.97116.1691.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=22.02%
G=46.79%
B=31.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531020.5300.330.4142.223644.12
Hex48996635021288e242c
Octal11023114665041502164454
Binary1001000100110011100110110101010000110100010001110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489966; }

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

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

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

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

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

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

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

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