#489B5B

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

Shades of Chateau Green #489B5B

Tints of Chateau Green #489B5B

Color information

#489B5B (or 0x489B5B) is unknown color: approx Chateau Green. HEX triplet: 48, 9B and 5B. RGB value is (72,155,91). Sum of RGB (Red+Green+Blue) = 72+155+91=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #489B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B5B is #B764A4. Grayscale: #7B7B7B. Windows color (decimal): -12018853 or 6003528. OLE color: 6003528.

HSL color Cylindrical-coordinate representation of color #489B5B: hue angle of 133.73º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B5B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB7215591-
CMYK0.5400.410.39
HSL133.73º36.56%44.51%-
HSV(B)133.73º53.55%60.78%-
XYZ16.2825.5813.98-
YUV122.8911091.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=22.64%
G=48.74%
B=28.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155910.5400.410.39133.7336.5644.51
Hex489B5B360292786252d
Octal11023313366051472064555
Binary1001000100110111011011110110010100110011110000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B5B; }

 p { color: rgb(72,155,91); }

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

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

 a { background-color: rgb(72,155,91); }

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

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

 span { border-color: rgb(72,155,91); }

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