#46C85C

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

Shades of Emerald #46C85C

Tints of Emerald #46C85C

Color information

#46C85C (or 0x46C85C) is unknown color: approx Emerald. HEX triplet: 46, C8 and 5C. RGB value is (70,200,92). Sum of RGB (Red+Green+Blue) = 70+200+92=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #46C85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C85C is #B937A3. Grayscale: #959595. Windows color (decimal): -12138404 or 6080582. OLE color: 6080582.

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

Color convert

RGB7020092-
CMYK0.6500.540.22
HSL130.15º54.17%52.94%-
HSV(B)130.15º65%78.43%-
XYZ25.1143.3817.18-
YUV148.8295.9371.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 200 (78.52% from 255) = 55.25%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=19.34%
G=55.25%
B=25.41%

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
Decimal70200920.6500.540.22130.1554.1752.94
Hex46C85C4103616823635
Octal106310134101066262026665
Binary1000110110010001011100100000101101101011010000010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,92); }

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

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

 a { background-color: rgb(70,200,92); }

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

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

 span { border-color: rgb(70,200,92); }

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