#46B95D

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

Shades of Chateau Green #46B95D

Tints of Chateau Green #46B95D

Color information

#46B95D (or 0x46B95D) is unknown color: approx Chateau Green. HEX triplet: 46, B9 and 5D. RGB value is (70,185,93). Sum of RGB (Red+Green+Blue) = 70+185+93=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #46B95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B95D is #B946A2. Grayscale: #8C8C8C. Windows color (decimal): -12142243 or 6142278. OLE color: 6142278.

HSL color Cylindrical-coordinate representation of color #46B95D: hue angle of 132º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B95D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB7018593-
CMYK0.6200.500.27
HSL132º45.1%50%-
HSV(B)132º62.16%72.55%-
XYZ21.8536.7916.31-
YUV140.13101.477.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 185 (72.66% from 255) = 53.16%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=20.11%
G=53.16%
B=26.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70185930.6200.500.2713245.150
Hex46B95D3E0321B842d32
Octal10627113576062332045562
Binary100011010111001101110111111001100101101110000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,185,93); }

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

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

 a { background-color: rgb(70,185,93); }

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

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

 span { border-color: rgb(70,185,93); }

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