#46d365

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

Shades of Emerald #46D365

Tints of Emerald #46D365

Color information

#46D365 (or 0x46D365) is unknown color: approx Emerald. HEX triplet: 46, D3 and 65. RGB value is (70,211,101). Sum of RGB (Red+Green+Blue) = 70+211+101=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #46D365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D365 is #B92C9A. Grayscale: #9C9C9C. Windows color (decimal): -12135579 or 6673222. OLE color: 6673222.

HSL color Cylindrical-coordinate representation of color #46D365: hue angle of 133.19º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D365 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB70211101-
CMYK0.6700.520.17
HSL133.19º61.57%55.1%-
HSV(B)133.19º66.82%82.75%-
XYZ28.1748.8320.25-
YUV156.396.7966.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 211 (82.81% from 255) = 55.24%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=18.32%
G=55.24%
B=26.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal702111010.6700.520.17133.1961.5755.1
Hex46D3654303411853e37
Octal106323145103064212057667
Binary1000110110100111100101100001101101001000110000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46d365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,211,101); }

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

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

 a { background-color: rgb(70,211,101); }

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

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

 span { border-color: rgb(70,211,101); }

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