#469656

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

Shades of Chateau Green #469656

Tints of Chateau Green #469656

Color information

#469656 (or 0x469656) is unknown color: approx Chateau Green. HEX triplet: 46, 96 and 56. RGB value is (70,150,86). Sum of RGB (Red+Green+Blue) = 70+150+86=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #469656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469656 is #B969A9. Grayscale: #767676. Windows color (decimal): -12151210 or 5674566. OLE color: 5674566.

HSL color Cylindrical-coordinate representation of color #469656: hue angle of 132º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469656 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB7015086-
CMYK0.5300.430.41
HSL132º36.36%43.14%-
HSV(B)132º53.33%58.82%-
XYZ15.1123.7912.6-
YUV118.78109.593.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=22.88%
G=49.02%
B=28.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70150860.5300.430.4113236.3643.14
Hex4696563502B2984242b
Octal10622612665053512044453
Binary1000110100101101010110110101010101110100110000100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469656; }

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

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

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

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

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

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

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

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