#46C76C

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

Shades of Emerald #46C76C

Tints of Emerald #46C76C

Color information

#46C76C (or 0x46C76C) is unknown color: approx Emerald. HEX triplet: 46, C7 and 6C. RGB value is (70,199,108). Sum of RGB (Red+Green+Blue) = 70+199+108=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 199 (78.12% from 255 or 52.79% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 199 - color contains mainly: green. Hex color #46C76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C76C is #B93893. Grayscale: #969696. Windows color (decimal): -12138644 or 7128902. OLE color: 7128902.

HSL color Cylindrical-coordinate representation of color #46C76C: hue angle of 137.67º 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 #46C76C is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB70199108-
CMYK0.6500.460.22
HSL137.67º53.53%52.75%-
HSV(B)137.67º64.82%78.04%-
XYZ25.6643.2321.18-
YUV150.06104.2670.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 199 (78.12% from 255) = 52.79%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=18.57%
G=52.79%
B=28.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701991080.6500.460.22137.6753.5352.75
Hex46C76C4102E168a3635
Octal106307154101056262126665
Binary1000110110001111101100100000101011101011010001010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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