#469056

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

Shades of Chateau Green #469056

Tints of Chateau Green #469056

Color information

#469056 (or 0x469056) is unknown color: approx Chateau Green. HEX triplet: 46, 90 and 56. RGB value is (70,144,86). Sum of RGB (Red+Green+Blue) = 70+144+86=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #469056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469056 is #B96FA9. Grayscale: #737373. Windows color (decimal): -12152746 or 5673030. OLE color: 5673030.

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

Color convert

RGB7014486-
CMYK0.5100.400.44
HSL132.97º34.58%41.96%-
HSV(B)132.97º51.39%56.47%-
XYZ14.1821.9212.29-
YUV115.26111.4895.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=23.33%
G=48%
B=28.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144860.5100.400.44132.9734.5841.96
Hex469056330282C85232a
Octal10622012663050542054352
Binary1000110100100001010110110011010100010110010000101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469056; }

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

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

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

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

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

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

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

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