#46C65A

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

Shades of Emerald #46C65A

Tints of Emerald #46C65A

Color information

#46C65A (or 0x46C65A) is unknown color: approx Emerald. HEX triplet: 46, C6 and 5A. RGB value is (70,198,90). Sum of RGB (Red+Green+Blue) = 70+198+90=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #46C65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C65A is #B939A5. Grayscale: #939393. Windows color (decimal): -12138918 or 5948998. OLE color: 5948998.

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

Color convert

RGB7019890-
CMYK0.6500.550.22
HSL129.38º52.89%52.55%-
HSV(B)129.38º64.65%77.65%-
XYZ24.5742.4316.57-
YUV147.4295.5972.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 198 (77.73% from 255) = 55.31%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=19.55%
G=55.31%
B=25.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70198900.6500.550.22129.3852.8952.55
Hex46C65A4103716813535
Octal106306132101067262016565
Binary1000110110001101011010100000101101111011010000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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