#46C45E

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

Shades of Emerald #46C45E

Tints of Emerald #46C45E

Color information

#46C45E (or 0x46C45E) is unknown color: approx Emerald. HEX triplet: 46, C4 and 5E. RGB value is (70,196,94). Sum of RGB (Red+Green+Blue) = 70+196+94=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #46C45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C45E is #B93BA1. Grayscale: #929292. Windows color (decimal): -12139426 or 6210630. OLE color: 6210630.

HSL color Cylindrical-coordinate representation of color #46C45E: hue angle of 131.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C45E is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB7019694-
CMYK0.6400.520.23
HSL131.43º51.64%52.16%-
HSV(B)131.43º64.29%76.86%-
XYZ24.2941.5917.34-
YUV146.798.2673.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 196 (76.95% from 255) = 54.44%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=19.44%
G=54.44%
B=26.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70196940.6400.520.23131.4351.6452.16
Hex46C45E4003417833434
Octal106304136100064272036464
Binary1000110110001001011110100000001101001011110000011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,196,94); }

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

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

 a { background-color: rgb(70,196,94); }

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

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

 span { border-color: rgb(70,196,94); }

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