#46D05A

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

Shades of Emerald #46D05A

Tints of Emerald #46D05A

Color information

#46D05A (or 0x46D05A) is unknown color: approx Emerald. HEX triplet: 46, D0 and 5A. RGB value is (70,208,90). Sum of RGB (Red+Green+Blue) = 70+208+90=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #46D05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D05A is #B92FA5. Grayscale: #999999. Windows color (decimal): -12136358 or 5951558. OLE color: 5951558.

HSL color Cylindrical-coordinate representation of color #46D05A: hue angle of 128.7º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D05A is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB7020890-
CMYK0.6600.570.18
HSL128.7º59.48%54.51%-
HSV(B)128.7º66.35%81.57%-
XYZ26.9347.1517.35-
YUV153.2992.2868.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 208 (81.64% from 255) = 56.52%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=19.02%
G=56.52%
B=24.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70208900.6600.570.18128.759.4854.51
Hex46D05A4203912813b37
Octal106320132102071222017367
Binary1000110110100001011010100001001110011001010000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,208,90); }

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

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

 a { background-color: rgb(70,208,90); }

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

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

 span { border-color: rgb(70,208,90); }

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