#46C75A

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

Shades of Emerald #46C75A

Tints of Emerald #46C75A

Color information

#46C75A (or 0x46C75A) is unknown color: approx Emerald. HEX triplet: 46, C7 and 5A. RGB value is (70,199,90). Sum of RGB (Red+Green+Blue) = 70+199+90=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 199 (78.12% from 255 or 55.43% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 199 - color contains mainly: green. Hex color #46C75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C75A is #B938A5. Grayscale: #949494. Windows color (decimal): -12138662 or 5949254. OLE color: 5949254.

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

Color convert

RGB7019990-
CMYK0.6500.550.22
HSL129.3º53.53%52.75%-
HSV(B)129.3º64.82%78.04%-
XYZ24.7942.8916.64-
YUV14895.2672.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 199 (78.12% from 255) = 55.43%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=19.50%
G=55.43%
B=25.07%

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
Decimal70199900.6500.550.22129.353.5352.75
Hex46C75A4103716813635
Octal106307132101067262016665
Binary1000110110001111011010100000101101111011010000001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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