#489664

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

Shades of Chateau Green #489664

Tints of Chateau Green #489664

Color information

#489664 (or 0x489664) is unknown color: approx Chateau Green. HEX triplet: 48, 96 and 64. RGB value is (72,150,100). Sum of RGB (Red+Green+Blue) = 72+150+100=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #489664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489664 is #B7699B. Grayscale: #797979. Windows color (decimal): -12020124 or 6592072. OLE color: 6592072.

HSL color Cylindrical-coordinate representation of color #489664: hue angle of 141.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489664 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB72150100-
CMYK0.5200.330.41
HSL141.54º35.14%43.53%-
HSV(B)141.54º52%58.82%-
XYZ15.8824.1115.87-
YUV120.98116.1693.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=22.36%
G=46.58%
B=31.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501000.5200.330.41141.5435.1443.53
Hex48966434021298e232c
Octal11022614464041512164354
Binary1001000100101101100100110100010000110100110001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489664; }

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

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

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

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

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

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

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

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