#46BF6C

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

Shades of Emerald #46BF6C

Tints of Emerald #46BF6C

Color information

#46BF6C (or 0x46BF6C) is unknown color: approx Emerald. HEX triplet: 46, BF and 6C. RGB value is (70,191,108). Sum of RGB (Red+Green+Blue) = 70+191+108=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF6C is #B94093. Grayscale: #919191. Windows color (decimal): -12140692 or 7126854. OLE color: 7126854.

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

Color convert

RGB70191108-
CMYK0.6300.430.25
HSL138.84º48.59%51.18%-
HSV(B)138.84º63.35%74.9%-
XYZ23.8639.6520.58-
YUV145.36106.9174.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=18.97%
G=51.76%
B=29.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701911080.6300.430.25138.8448.5951.18
Hex46BF6C3F02B198b3133
Octal10627715477053312136163
Binary100011010111111110110011111101010111100110001011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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