#46BC8D

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

Shades of Shamrock #46BC8D

Tints of Shamrock #46BC8D

Color information

#46BC8D (or 0x46BC8D) is unknown color: approx Shamrock. HEX triplet: 46, BC and 8D. RGB value is (70,188,141). Sum of RGB (Red+Green+Blue) = 70+188+141=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BC8D is #B94372. Grayscale: #939393. Windows color (decimal): -12141427 or 9288774. OLE color: 9288774.

HSL color Cylindrical-coordinate representation of color #46BC8D: hue angle of 156.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BC8D is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB70188141-
CMYK0.6300.250.26
HSL156.1º46.83%50.59%-
HSV(B)156.1º62.77%73.73%-
XYZ25.3239.1931.43-
YUV147.36124.4172.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=17.54%
G=47.12%
B=35.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701881410.6300.250.26156.146.8350.59
Hex46BC8D3F0191A9c2f33
Octal10627421577031322345763
Binary100011010111100100011011111110110011101010011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,188,141); }

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

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

 a { background-color: rgb(70,188,141); }

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

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

 span { border-color: rgb(70,188,141); }

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