#489562

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

Shades of Chateau Green #489562

Tints of Chateau Green #489562

Color information

#489562 (or 0x489562) is unknown color: approx Chateau Green. HEX triplet: 48, 95 and 62. RGB value is (72,149,98). Sum of RGB (Red+Green+Blue) = 72+149+98=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #489562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489562 is #B76A9D. Grayscale: #787878. Windows color (decimal): -12020382 or 6460744. OLE color: 6460744.

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

Color convert

RGB7214998-
CMYK0.5200.340.42
HSL140.26º34.84%43.33%-
HSV(B)140.26º51.68%58.43%-
XYZ15.6223.7515.32-
YUV120.16115.4993.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=22.57%
G=46.71%
B=30.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149980.5200.340.42140.2634.8443.33
Hex489562340222A8c232b
Octal11022514264042522144353
Binary1001000100101011100010110100010001010101010001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489562; }

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

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

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

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

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

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

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

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