#489261

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

Shades of Chateau Green #489261

Tints of Chateau Green #489261

Color information

#489261 (or 0x489261) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 61. RGB value is (72,146,97). Sum of RGB (Red+Green+Blue) = 72+146+97=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #489261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489261 is #B76D9E. Grayscale: #767676. Windows color (decimal): -12021151 or 6394440. OLE color: 6394440.

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

Color convert

RGB7214697-
CMYK0.5100.340.43
HSL140.27º33.94%42.75%-
HSV(B)140.27º50.68%57.25%-
XYZ15.1122.814.91-
YUV118.29115.9894.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=22.86%
G=46.35%
B=30.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146970.5100.340.43140.2733.9442.75
Hex489261330222B8c222b
Octal11022214163042532144253
Binary1001000100100101100001110011010001010101110001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489261; }

 p { color: rgb(72,146,97); }

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

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

 a { background-color: rgb(72,146,97); }

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

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

 span { border-color: rgb(72,146,97); }

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