#46C761

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

Shades of Emerald #46C761

Tints of Emerald #46C761

Color information

#46C761 (or 0x46C761) is unknown color: approx Emerald. HEX triplet: 46, C7 and 61. RGB value is (70,199,97). Sum of RGB (Red+Green+Blue) = 70+199+97=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #46C761 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C761 is #B9389E. Grayscale: #959595. Windows color (decimal): -12138655 or 6408006. OLE color: 6408006.

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

Color convert

RGB7019997-
CMYK0.6500.510.22
HSL132.56º53.53%52.75%-
HSV(B)132.56º64.82%78.04%-
XYZ25.1143.0118.29-
YUV148.898.7671.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 199 (78.12% from 255) = 54.37%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=19.13%
G=54.37%
B=26.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70199970.6500.510.22132.5653.5352.75
Hex46C7614103316853635
Octal106307141101063262056665
Binary1000110110001111100001100000101100111011010000101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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