#46C195

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

Shades of Shamrock #46C195

Tints of Shamrock #46C195

Color information

#46C195 (or 0x46C195) is unknown color: approx Shamrock. HEX triplet: 46, C1 and 95. RGB value is (70,193,149). Sum of RGB (Red+Green+Blue) = 70+193+149=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #46C195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C195 is #B93E6A. Grayscale: #979797. Windows color (decimal): -12140139 or 9814342. OLE color: 9814342.

HSL color Cylindrical-coordinate representation of color #46C195: hue angle of 158.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C195 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB70193149-
CMYK0.6400.230.24
HSL158.54º49.8%51.57%-
HSV(B)158.54º63.73%75.69%-
XYZ27.0241.6135.04-
YUV151.21126.7570.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.99%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=16.99%
G=46.84%
B=36.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701931490.6400.230.24158.5449.851.57
Hex46C19540017189f3234
Octal106301225100027302376264
Binary1000110110000011001010110000000101111100010011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,193,149); }

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

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

 a { background-color: rgb(70,193,149); }

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

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

 span { border-color: rgb(70,193,149); }

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