#46C76A

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

Shades of Emerald #46C76A

Tints of Emerald #46C76A

Color information

#46C76A (or 0x46C76A) is unknown color: approx Emerald. HEX triplet: 46, C7 and 6A. RGB value is (70,199,106). Sum of RGB (Red+Green+Blue) = 70+199+106=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #46C76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C76A is #B93895. Grayscale: #969696. Windows color (decimal): -12138646 or 6997830. OLE color: 6997830.

HSL color Cylindrical-coordinate representation of color #46C76A: hue angle of 136.74º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C76A is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB70199106-
CMYK0.6500.470.22
HSL136.74º53.53%52.75%-
HSV(B)136.74º64.82%78.04%-
XYZ25.5543.1920.63-
YUV149.83103.2671.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 199 (78.12% from 255) = 53.07%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=18.67%
G=53.07%
B=28.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701991060.6500.470.22136.7453.5352.75
Hex46C76A4102F16893635
Octal106307152101057262116665
Binary1000110110001111101010100000101011111011010001001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,199,106); }

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

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

 a { background-color: rgb(70,199,106); }

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

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

 span { border-color: rgb(70,199,106); }

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