#3bf188

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

Shades of Shamrock #3BF188

Tints of Shamrock #3BF188

Color information

#3BF188 (or 0x3BF188) is unknown color: approx Shamrock. HEX triplet: 3B, F1 and 88. RGB value is (59,241,136). Sum of RGB (Red+Green+Blue) = 59+241+136=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF188 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF188 is #C40E77. Grayscale: #AEAEAE. Windows color (decimal): -12848760 or 8974651. OLE color: 8974651.

HSL color Cylindrical-coordinate representation of color #3BF188: hue angle of 145.38º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF188 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB59241136-
CMYK0.7600.440.05
HSL145.38º86.67%58.82%-
HSV(B)145.38º75.52%94.51%-
XYZ37.765.6233.97-
YUV174.61106.245.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.53%
GREEN value IS 241 (94.53% from 255) = 55.28%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=13.53%
G=55.28%
B=31.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592411360.7600.440.05145.3886.6758.82
Hex3BF1884C02C591573b
Octal73361210114054522112773
Binary111011111100011000100010011000101100101100100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bf188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,241,136); }

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

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

 a { background-color: rgb(59,241,136); }

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

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

 span { border-color: rgb(59,241,136); }

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