#46C960

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

Shades of Emerald #46C960

Tints of Emerald #46C960

Color information

#46C960 (or 0x46C960) is unknown color: approx Emerald. HEX triplet: 46, C9 and 60. RGB value is (70,201,96). Sum of RGB (Red+Green+Blue) = 70+201+96=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #46C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C960 is #B9369F. Grayscale: #969696. Windows color (decimal): -12138144 or 6342982. OLE color: 6342982.

HSL color Cylindrical-coordinate representation of color #46C960: hue angle of 131.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C960 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB7020196-
CMYK0.6500.520.21
HSL131.91º54.81%53.14%-
HSV(B)131.91º65.17%78.82%-
XYZ25.5243.9218.2-
YUV149.8697.671.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 201 (78.91% from 255) = 54.77%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=19.07%
G=54.77%
B=26.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70201960.6500.520.21131.9154.8153.14
Hex46C9604103415843735
Octal106311140101064252046765
Binary1000110110010011100000100000101101001010110000100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,201,96); }

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

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

 a { background-color: rgb(70,201,96); }

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

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

 span { border-color: rgb(70,201,96); }

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