#46C35F

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

Shades of Emerald #46C35F

Tints of Emerald #46C35F

Color information

#46C35F (or 0x46C35F) is unknown color: approx Emerald. HEX triplet: 46, C3 and 5F. RGB value is (70,195,95). Sum of RGB (Red+Green+Blue) = 70+195+95=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #46C35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C35F is #B93CA0. Grayscale: #929292. Windows color (decimal): -12139681 or 6275910. OLE color: 6275910.

HSL color Cylindrical-coordinate representation of color #46C35F: hue angle of 132º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C35F is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB7019595-
CMYK0.6400.510.24
HSL132º51.02%51.96%-
HSV(B)132º64.1%76.47%-
XYZ24.1141.1617.5-
YUV146.2299.0973.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 195 (76.56% from 255) = 54.17%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=19.44%
G=54.17%
B=26.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70195950.6400.510.2413251.0251.96
Hex46C35F4003318843334
Octal106303137100063302046364
Binary1000110110000111011111100000001100111100010000100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,195,95); }

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

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

 a { background-color: rgb(70,195,95); }

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

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

 span { border-color: rgb(70,195,95); }

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