#46C75B

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

Shades of Emerald #46C75B

Tints of Emerald #46C75B

Color information

#46C75B (or 0x46C75B) is unknown color: approx Emerald. HEX triplet: 46, C7 and 5B. RGB value is (70,199,91). Sum of RGB (Red+Green+Blue) = 70+199+91=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #46C75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C75B is #B938A4. Grayscale: #949494. Windows color (decimal): -12138661 or 6014790. OLE color: 6014790.

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

Color convert

RGB7019991-
CMYK0.6500.540.22
HSL129.77º53.53%52.75%-
HSV(B)129.77º64.82%78.04%-
XYZ24.8442.916.87-
YUV148.1295.7672.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 199 (78.12% from 255) = 55.28%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=19.44%
G=55.28%
B=25.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70199910.6500.540.22129.7753.5352.75
Hex46C75B4103616823635
Octal106307133101066262026665
Binary1000110110001111011011100000101101101011010000010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,199,91); }

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

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

 a { background-color: rgb(70,199,91); }

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

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

 span { border-color: rgb(70,199,91); }

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