#41C18F

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

Shades of Shamrock #41C18F

Tints of Shamrock #41C18F

Color information

#41C18F (or 0x41C18F) is unknown color: approx Shamrock. HEX triplet: 41, C1 and 8F. RGB value is (65,193,143). Sum of RGB (Red+Green+Blue) = 65+193+143=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #41C18F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C18F is #BE3E70. Grayscale: #959595. Windows color (decimal): -12467825 or 9421121. OLE color: 9421121.

HSL color Cylindrical-coordinate representation of color #41C18F: hue angle of 156.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C18F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB65193143-
CMYK0.6600.260.24
HSL156.56º50.79%50.59%-
HSV(B)156.56º66.32%75.69%-
XYZ26.2141.2532.57-
YUV149.03124.5968.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.21%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=16.21%
G=48.13%
B=35.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651931430.6600.260.24156.5650.7950.59
Hex41C18F4201A189d3333
Octal101301217102032302356363
Binary1000001110000011000111110000100110101100010011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C18F; }

 p { color: rgb(65,193,143); }

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

<style>
 a { background-color: #41C18F; }

 a { background-color: rgb(65,193,143); }

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

<style>
 span { border-color: #41C18F; }

 span { border-color: rgb(65,193,143); }

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