#489964

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

Shades of Chateau Green #489964

Tints of Chateau Green #489964

Color information

#489964 (or 0x489964) is unknown color: approx Chateau Green. HEX triplet: 48, 99 and 64. RGB value is (72,153,100). Sum of RGB (Red+Green+Blue) = 72+153+100=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #489964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489964 is #B7669B. Grayscale: #7A7A7A. Windows color (decimal): -12019356 or 6592840. OLE color: 6592840.

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

Color convert

RGB72153100-
CMYK0.5300.350.4
HSL140.74º36%44.12%-
HSV(B)140.74º52.94%60%-
XYZ16.3625.0816.04-
YUV122.74115.1691.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=22.15%
G=47.08%
B=30.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531000.5300.350.4140.743644.12
Hex48996435023288d242c
Octal11023114465043502154454
Binary1001000100110011100100110101010001110100010001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489964; }

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

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

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

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

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

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

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

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