#3BC18E

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

Shades of Shamrock #3BC18E

Tints of Shamrock #3BC18E

Color information

#3BC18E (or 0x3BC18E) is unknown color: approx Shamrock. HEX triplet: 3B, C1 and 8E. RGB value is (59,193,142). Sum of RGB (Red+Green+Blue) = 59+193+142=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC18E is #C43E71. Grayscale: #939393. Windows color (decimal): -12861042 or 9355579. OLE color: 9355579.

HSL color Cylindrical-coordinate representation of color #3BC18E: hue angle of 157.16º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC18E is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB59193142-
CMYK0.6900.260.24
HSL157.16º53.17%49.41%-
HSV(B)157.16º69.43%75.69%-
XYZ25.7641.0232.15-
YUV147.12125.1165.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.97%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=14.97%
G=48.98%
B=36.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591931420.6900.260.24157.1653.1749.41
Hex3BC18E4501A189d3531
Octal73301216105032302356561
Binary111011110000011000111010001010110101100010011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BC18E; }

 p { color: rgb(59,193,142); }

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

<style>
 a { background-color: #3BC18E; }

 a { background-color: rgb(59,193,142); }

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

<style>
 span { border-color: #3BC18E; }

 span { border-color: rgb(59,193,142); }

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