#46B85F

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

Shades of Chateau Green #46B85F

Tints of Chateau Green #46B85F

Color information

#46B85F (or 0x46B85F) is unknown color: approx Chateau Green. HEX triplet: 46, B8 and 5F. RGB value is (70,184,95). Sum of RGB (Red+Green+Blue) = 70+184+95=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #46B85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B85F is #B947A0. Grayscale: #8C8C8C. Windows color (decimal): -12142497 or 6273094. OLE color: 6273094.

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

Color convert

RGB7018495-
CMYK0.6200.480.28
HSL133.16º44.88%49.8%-
HSV(B)133.16º61.96%72.16%-
XYZ21.7336.4116.71-
YUV139.77102.7378.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 184 (72.27% from 255) = 52.72%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=20.06%
G=52.72%
B=27.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70184950.6200.480.28133.1644.8849.8
Hex46B85F3E0301C852d32
Octal10627013776060342055562
Binary100011010111000101111111111001100001110010000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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