#3BF19D

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

Shades of Shamrock #3BF19D

Tints of Shamrock #3BF19D

Color information

#3BF19D (or 0x3BF19D) is unknown color: approx Shamrock. HEX triplet: 3B, F1 and 9D. RGB value is (59,241,157). Sum of RGB (Red+Green+Blue) = 59+241+157=457 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.91% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF19D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF19D is #C40E62. Grayscale: #B1B1B1. Windows color (decimal): -12848739 or 10350907. OLE color: 10350907.

HSL color Cylindrical-coordinate representation of color #3BF19D: hue angle of 152.31º 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 #3BF19D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB59241157-
CMYK0.7600.350.05
HSL152.31º86.67%58.82%-
HSV(B)152.31º75.52%94.51%-
XYZ39.3466.2742.62-
YUV177.01116.743.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.91%
GREEN value IS 241 (94.53% from 255) = 52.74%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=12.91%
G=52.74%
B=34.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592411570.7600.350.05152.3186.6758.82
Hex3BF19D4C023598573b
Octal73361235114043523012773
Binary111011111100011001110110011000100011101100110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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