#46bf69

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

Shades of Emerald #46BF69

Tints of Emerald #46BF69

Color information

#46BF69 (or 0x46BF69) is unknown color: approx Emerald. HEX triplet: 46, BF and 69. RGB value is (70,191,105). Sum of RGB (Red+Green+Blue) = 70+191+105=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF69 is #B94096. Grayscale: #919191. Windows color (decimal): -12140695 or 6930246. OLE color: 6930246.

HSL color Cylindrical-coordinate representation of color #46BF69: hue angle of 137.36º 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 #46BF69 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB70191105-
CMYK0.6300.450.25
HSL137.36º48.59%51.18%-
HSV(B)137.36º63.35%74.9%-
XYZ23.7139.5819.76-
YUV145.02105.4174.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 191 (75% from 255) = 52.19%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=19.13%
G=52.19%
B=28.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701911050.6300.450.25137.3648.5951.18
Hex46BF693F02D19893133
Octal10627715177055312116163
Binary100011010111111110100111111101011011100110001001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46bf69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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