#46B460

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

Shades of Chateau Green #46B460

Tints of Chateau Green #46B460

Color information

#46B460 (or 0x46B460) is unknown color: approx Chateau Green. HEX triplet: 46, B4 and 60. RGB value is (70,180,96). Sum of RGB (Red+Green+Blue) = 70+180+96=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #46B460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B460 is #B94B9F. Grayscale: #898989. Windows color (decimal): -12143520 or 6337606. OLE color: 6337606.

HSL color Cylindrical-coordinate representation of color #46B460: hue angle of 134.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B460 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB7018096-
CMYK0.6100.470.29
HSL134.18º44%49.02%-
HSV(B)134.18º61.11%70.59%-
XYZ20.9634.7916.68-
YUV137.53104.5679.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=20.23%
G=52.02%
B=27.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180960.6100.470.29134.184449.02
Hex46B4603D02F1D862c31
Octal10626414075057352065461
Binary100011010110100110000011110101011111110110000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,96); }

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

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

 a { background-color: rgb(70,180,96); }

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

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

 span { border-color: rgb(70,180,96); }

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