#489858

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

Shades of Chateau Green #489858

Tints of Chateau Green #489858

Color information

#489858 (or 0x489858) is unknown color: approx Chateau Green. HEX triplet: 48, 98 and 58. RGB value is (72,152,88). Sum of RGB (Red+Green+Blue) = 72+152+88=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #489858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489858 is #B767A7. Grayscale: #787878. Windows color (decimal): -12019624 or 5806152. OLE color: 5806152.

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

Color convert

RGB7215288-
CMYK0.5300.420.40
HSL132º35.71%43.92%-
HSV(B)132º52.63%59.61%-
XYZ15.6624.5413.14-
YUV120.78109.593.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=23.08%
G=48.72%
B=28.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152880.5300.420.4013235.7143.92
Hex4898583502A2884242c
Octal11023013065052502044454
Binary1001000100110001011000110101010101010100010000100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489858; }

 p { color: rgb(72,152,88); }

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

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

 a { background-color: rgb(72,152,88); }

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

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

 span { border-color: rgb(72,152,88); }

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