#46ad5f

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

Shades of Chateau Green #46AD5F

Tints of Chateau Green #46AD5F

Color information

#46AD5F (or 0x46AD5F) is unknown color: approx Chateau Green. HEX triplet: 46, AD and 5F. RGB value is (70,173,95). Sum of RGB (Red+Green+Blue) = 70+173+95=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD5F is #B952A0. Grayscale: #858585. Windows color (decimal): -12145313 or 6270278. OLE color: 6270278.

HSL color Cylindrical-coordinate representation of color #46AD5F: hue angle of 134.56º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD5F is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB7017395-
CMYK0.6000.450.32
HSL134.56º42.39%47.65%-
HSV(B)134.56º59.54%67.84%-
XYZ19.5332.0215.98-
YUV133.31106.3882.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 173 (67.97% from 255) = 51.18%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=20.71%
G=51.18%
B=28.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70173950.6000.450.32134.5642.3947.65
Hex46AD5F3C02D20872a30
Octal10625513774055402075260
Binary1000110101011011011111111100010110110000010000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ad5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,173,95); }

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

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

 a { background-color: rgb(70,173,95); }

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

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

 span { border-color: rgb(70,173,95); }

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