#489265

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

Shades of Chateau Green #489265

Tints of Chateau Green #489265

Color information

#489265 (or 0x489265) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 65. RGB value is (72,146,101). Sum of RGB (Red+Green+Blue) = 72+146+101=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #489265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489265 is #B76D9A. Grayscale: #767676. Windows color (decimal): -12021147 or 6656584. OLE color: 6656584.

HSL color Cylindrical-coordinate representation of color #489265: hue angle of 143.51º 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 #489265 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB72146101-
CMYK0.5100.310.43
HSL143.51º33.94%42.75%-
HSV(B)143.51º50.68%57.25%-
XYZ15.322.8815.92-
YUV118.74117.9894.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=22.57%
G=45.77%
B=31.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461010.5100.310.43143.5133.9442.75
Hex4892653301F2B90222b
Octal11022214563037532204253
Binary100100010010010110010111001101111110101110010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489265; }

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

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

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

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

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

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

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

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