#46BF72

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

Shades of Emerald #46BF72

Tints of Emerald #46BF72

Color information

#46BF72 (or 0x46BF72) is unknown color: approx Emerald. HEX triplet: 46, BF and 72. RGB value is (70,191,114). Sum of RGB (Red+Green+Blue) = 70+191+114=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF72 is #B9408D. Grayscale: #929292. Windows color (decimal): -12140686 or 7520070. OLE color: 7520070.

HSL color Cylindrical-coordinate representation of color #46BF72: hue angle of 141.82º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BF72 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB70191114-
CMYK0.6300.400.25
HSL141.82º48.59%51.18%-
HSV(B)141.82º63.35%74.9%-
XYZ24.1939.7822.32-
YUV146.04109.9173.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=18.67%
G=50.93%
B=30.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701911140.6300.400.25141.8248.5951.18
Hex46BF723F028198e3133
Octal10627716277050312166163
Binary100011010111111111001011111101010001100110001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,191,114); }

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

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

 a { background-color: rgb(70,191,114); }

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

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

 span { border-color: rgb(70,191,114); }

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