#46CB60

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

Shades of Emerald #46CB60

Tints of Emerald #46CB60

Color information

#46CB60 (or 0x46CB60) is unknown color: approx Emerald. HEX triplet: 46, CB and 60. RGB value is (70,203,96). Sum of RGB (Red+Green+Blue) = 70+203+96=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB60 is #B9349F. Grayscale: #979797. Windows color (decimal): -12137632 or 6343494. OLE color: 6343494.

HSL color Cylindrical-coordinate representation of color #46CB60: hue angle of 131.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB60 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB7020396-
CMYK0.6600.530.20
HSL131.73º56.12%53.53%-
HSV(B)131.73º65.52%79.61%-
XYZ25.9944.8618.35-
YUV151.0396.9470.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 203 (79.69% from 255) = 55.01%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=18.97%
G=55.01%
B=26.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70203960.6600.530.20131.7356.1253.53
Hex46CB604203514843836
Octal106313140102065242047066
Binary1000110110010111100000100001001101011010010000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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