#3CB59F

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

Shades of Shamrock #3CB59F

Tints of Shamrock #3CB59F

Color information

#3CB59F (or 0x3CB59F) is unknown color: approx Shamrock. HEX triplet: 3C, B5 and 9F. RGB value is (60,181,159). Sum of RGB (Red+Green+Blue) = 60+181+159=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB59F is #C34A60. Grayscale: #8E8E8E. Windows color (decimal): -12798561 or 10466620. OLE color: 10466620.

HSL color Cylindrical-coordinate representation of color #3CB59F: hue angle of 169.09º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB59F is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB60181159-
CMYK0.6700.120.29
HSL169.09º50.21%47.25%-
HSV(B)169.09º66.85%70.98%-
XYZ24.6536.5138.55-
YUV142.31137.4169.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=15%
G=45.25%
B=39.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601811590.6700.120.29169.0950.2147.25
Hex3CB59F430C1Da9322f
Octal74265237103014352516257
Binary11110010110101100111111000011011001110110101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,181,159); }

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

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

 a { background-color: rgb(60,181,159); }

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

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

 span { border-color: rgb(60,181,159); }

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