#469063

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

Shades of Chateau Green #469063

Tints of Chateau Green #469063

Color information

#469063 (or 0x469063) is unknown color: approx Chateau Green. HEX triplet: 46, 90 and 63. RGB value is (70,144,99). Sum of RGB (Red+Green+Blue) = 70+144+99=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #469063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469063 is #B96F9C. Grayscale: #747474. Windows color (decimal): -12152733 or 6524998. OLE color: 6524998.

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

Color convert

RGB7014499-
CMYK0.5100.310.44
HSL143.51º34.58%41.96%-
HSV(B)143.51º51.39%56.47%-
XYZ14.7522.1515.3-
YUV116.74117.9894.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=22.36%
G=46.01%
B=31.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144990.5100.310.44143.5134.5841.96
Hex4690633301F2C90232a
Octal10622014363037542204352
Binary100011010010000110001111001101111110110010010000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469063; }

 p { color: rgb(70,144,99); }

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

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

 a { background-color: rgb(70,144,99); }

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

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

 span { border-color: rgb(70,144,99); }

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