#489556

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

Shades of Chateau Green #489556

Tints of Chateau Green #489556

Color information

#489556 (or 0x489556) is unknown color: approx Chateau Green. HEX triplet: 48, 95 and 56. RGB value is (72,149,86). Sum of RGB (Red+Green+Blue) = 72+149+86=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #489556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489556 is #B76AA9. Grayscale: #767676. Windows color (decimal): -12020394 or 5674312. OLE color: 5674312.

HSL color Cylindrical-coordinate representation of color #489556: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489556 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB7214986-
CMYK0.5200.420.42
HSL130.91º34.84%43.33%-
HSV(B)130.91º51.68%58.43%-
XYZ15.123.5412.55-
YUV118.79109.4994.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=23.45%
G=48.53%
B=28.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149860.5200.420.42130.9134.8443.33
Hex4895563402A2A83232b
Octal11022512664052522034353
Binary1001000100101011010110110100010101010101010000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489556; }

 p { color: rgb(72,149,86); }

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

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

 a { background-color: rgb(72,149,86); }

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

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

 span { border-color: rgb(72,149,86); }

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