#46C65D

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

Shades of Emerald #46C65D

Tints of Emerald #46C65D

Color information

#46C65D (or 0x46C65D) is unknown color: approx Emerald. HEX triplet: 46, C6 and 5D. RGB value is (70,198,93). Sum of RGB (Red+Green+Blue) = 70+198+93=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #46C65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C65D is #B939A2. Grayscale: #949494. Windows color (decimal): -12138915 or 6145606. OLE color: 6145606.

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

Color convert

RGB7019893-
CMYK0.6500.530.22
HSL130.78º52.89%52.55%-
HSV(B)130.78º64.65%77.65%-
XYZ24.742.4817.25-
YUV147.7697.0972.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 198 (77.73% from 255) = 54.85%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=19.39%
G=54.85%
B=25.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70198930.6500.530.22130.7852.8952.55
Hex46C65D4103516833535
Octal106306135101065262036565
Binary1000110110001101011101100000101101011011010000011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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