#46c08f

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

Shades of Shamrock #46C08F

Tints of Shamrock #46C08F

Color information

#46C08F (or 0x46C08F) is unknown color: approx Shamrock. HEX triplet: 46, C0 and 8F. RGB value is (70,192,143). Sum of RGB (Red+Green+Blue) = 70+192+143=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #46C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C08F is #B93F70. Grayscale: #969696. Windows color (decimal): -12140401 or 9420870. OLE color: 9420870.

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

Color convert

RGB70192143-
CMYK0.6400.260.25
HSL155.9º49.19%51.37%-
HSV(B)155.9º63.54%75.29%-
XYZ26.3340.9832.51-
YUV149.94124.0870.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 192 (75.39% from 255) = 47.41%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=17.28%
G=47.41%
B=35.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701921430.6400.260.25155.949.1951.37
Hex46C08F4001A199c3133
Octal106300217100032312346163
Binary1000110110000001000111110000000110101100110011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c08f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,192,143); }

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

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

 a { background-color: rgb(70,192,143); }

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

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

 span { border-color: rgb(70,192,143); }

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