#489264

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

Shades of Chateau Green #489264

Tints of Chateau Green #489264

Color information

#489264 (or 0x489264) is unknown color: approx Chateau Green. HEX triplet: 48, 92 and 64. RGB value is (72,146,100). Sum of RGB (Red+Green+Blue) = 72+146+100=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #489264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489264 is #B76D9B. Grayscale: #767676. Windows color (decimal): -12021148 or 6591048. OLE color: 6591048.

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

Color convert

RGB72146100-
CMYK0.5100.320.43
HSL142.7º33.94%42.75%-
HSV(B)142.7º50.68%57.25%-
XYZ15.2522.8615.66-
YUV118.63117.4894.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=22.64%
G=45.91%
B=31.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461000.5100.320.43142.733.9442.75
Hex489264330202B8f222b
Octal11022214463040532174253
Binary1001000100100101100100110011010000010101110001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489264; }

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

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

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

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

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

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

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

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