#469566

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

Shades of Chateau Green #469566

Tints of Chateau Green #469566

Color information

#469566 (or 0x469566) is unknown color: approx Chateau Green. HEX triplet: 46, 95 and 66. RGB value is (70,149,102). Sum of RGB (Red+Green+Blue) = 70+149+102=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #469566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469566 is #B96A99. Grayscale: #787878. Windows color (decimal): -12151450 or 6722886. OLE color: 6722886.

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

Color convert

RGB70149102-
CMYK0.5300.320.42
HSL144.3º36.07%42.94%-
HSV(B)144.3º53.02%58.43%-
XYZ15.6723.7616.33-
YUV120.02117.8392.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=21.81%
G=46.42%
B=31.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491020.5300.320.42144.336.0742.94
Hex469566350202A90242b
Octal10622514665040522204453
Binary1000110100101011100110110101010000010101010010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469566; }

 p { color: rgb(70,149,102); }

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

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

 a { background-color: rgb(70,149,102); }

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

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

 span { border-color: rgb(70,149,102); }

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