#3BC38E

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

Shades of Shamrock #3BC38E

Tints of Shamrock #3BC38E

Color information

#3BC38E (or 0x3BC38E) is unknown color: approx Shamrock. HEX triplet: 3B, C3 and 8E. RGB value is (59,195,142). Sum of RGB (Red+Green+Blue) = 59+195+142=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC38E is #C43C71. Grayscale: #949494. Windows color (decimal): -12860530 or 9356091. OLE color: 9356091.

HSL color Cylindrical-coordinate representation of color #3BC38E: hue angle of 156.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC38E is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB59195142-
CMYK0.7000.270.24
HSL156.62º53.54%49.8%-
HSV(B)156.62º69.74%76.47%-
XYZ26.241.9132.3-
YUV148.29124.4464.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.90%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=14.90%
G=49.24%
B=35.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal591951420.7000.270.24156.6253.5449.8
Hex3BC38E4601B189d3632
Octal73303216106033302356662
Binary111011110000111000111010001100110111100010011101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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