#489466

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

Shades of Chateau Green #489466

Tints of Chateau Green #489466

Color information

#489466 (or 0x489466) is unknown color: approx Chateau Green. HEX triplet: 48, 94 and 66. RGB value is (72,148,102). Sum of RGB (Red+Green+Blue) = 72+148+102=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #489466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489466 is #B76B99. Grayscale: #787878. Windows color (decimal): -12020634 or 6722632. OLE color: 6722632.

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

Color convert

RGB72148102-
CMYK0.5100.310.42
HSL143.68º34.55%43.14%-
HSV(B)143.68º51.35%58.04%-
XYZ15.6623.5216.28-
YUV120.03117.8293.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=22.36%
G=45.96%
B=31.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481020.5100.310.42143.6834.5543.14
Hex4894663301F2A90232b
Octal11022414663037522204353
Binary100100010010100110011011001101111110101010010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489466; }

 p { color: rgb(72,148,102); }

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

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

 a { background-color: rgb(72,148,102); }

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

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

 span { border-color: rgb(72,148,102); }

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