#46C46F

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

Shades of Emerald #46C46F

Tints of Emerald #46C46F

Color information

#46C46F (or 0x46C46F) is unknown color: approx Emerald. HEX triplet: 46, C4 and 6F. RGB value is (70,196,111). Sum of RGB (Red+Green+Blue) = 70+196+111=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #46C46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C46F is #B93B90. Grayscale: #949494. Windows color (decimal): -12139409 or 7324742. OLE color: 7324742.

HSL color Cylindrical-coordinate representation of color #46C46F: hue angle of 139.52º 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 #46C46F is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB70196111-
CMYK0.6400.430.23
HSL139.52º51.64%52.16%-
HSV(B)139.52º64.29%76.86%-
XYZ25.1341.9321.81-
YUV148.64106.7671.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 196 (76.95% from 255) = 51.99%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=18.57%
G=51.99%
B=29.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701961110.6400.430.23139.5251.6452.16
Hex46C46F4002B178c3434
Octal106304157100053272146464
Binary1000110110001001101111100000001010111011110001100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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