#46A965

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

Shades of Chateau Green #46A965

Tints of Chateau Green #46A965

Color information

#46A965 (or 0x46A965) is unknown color: approx Chateau Green. HEX triplet: 46, A9 and 65. RGB value is (70,169,101). Sum of RGB (Red+Green+Blue) = 70+169+101=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #46A965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A965 is #B9569A. Grayscale: #838383. Windows color (decimal): -12146331 or 6662470. OLE color: 6662470.

HSL color Cylindrical-coordinate representation of color #46A965: hue angle of 138.79º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A965 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB70169101-
CMYK0.5900.400.34
HSL138.79º41.42%46.86%-
HSV(B)138.79º58.58%66.27%-
XYZ19.0630.6217.22-
YUV131.65110.784.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=20.59%
G=49.71%
B=29.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701691010.5900.400.34138.7941.4246.86
Hex46A9653B028228b292f
Octal10625114573050422135157
Binary1000110101010011100101111011010100010001010001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A965; }

 p { color: rgb(70,169,101); }

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

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

 a { background-color: rgb(70,169,101); }

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

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

 span { border-color: rgb(70,169,101); }

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