#46C66E

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

Shades of Emerald #46C66E

Tints of Emerald #46C66E

Color information

#46C66E (or 0x46C66E) is unknown color: approx Emerald. HEX triplet: 46, C6 and 6E. RGB value is (70,198,110). Sum of RGB (Red+Green+Blue) = 70+198+110=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #46C66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C66E is #B93991. Grayscale: #959595. Windows color (decimal): -12138898 or 7259718. OLE color: 7259718.

HSL color Cylindrical-coordinate representation of color #46C66E: hue angle of 138.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C66E is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB70198110-
CMYK0.6500.440.22
HSL138.75º52.89%52.55%-
HSV(B)138.75º64.65%77.65%-
XYZ25.5342.8221.67-
YUV149.7105.5971.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 198 (77.73% from 255) = 52.38%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=18.52%
G=52.38%
B=29.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701981100.6500.440.22138.7552.8952.55
Hex46C66E4102C168b3535
Octal106306156101054262136565
Binary1000110110001101101110100000101011001011010001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,198,110); }

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

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

 a { background-color: rgb(70,198,110); }

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

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

 span { border-color: rgb(70,198,110); }

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