#41C08E

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

Shades of Shamrock #41C08E

Tints of Shamrock #41C08E

Color information

#41C08E (or 0x41C08E) is unknown color: approx Shamrock. HEX triplet: 41, C0 and 8E. RGB value is (65,192,142). Sum of RGB (Red+Green+Blue) = 65+192+142=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #41C08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C08E is #BE3F71. Grayscale: #949494. Windows color (decimal): -12468082 or 9355329. OLE color: 9355329.

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

Color convert

RGB65192142-
CMYK0.6600.260.25
HSL156.38º50.2%50.39%-
HSV(B)156.38º66.15%75.29%-
XYZ25.9140.7832.1-
YUV148.33124.4268.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=16.29%
G=48.12%
B=35.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651921420.6600.260.25156.3850.250.39
Hex41C08E4201A199c3232
Octal101300216102032312346262
Binary1000001110000001000111010000100110101100110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,192,142); }

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

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

 a { background-color: rgb(65,192,142); }

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

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

 span { border-color: rgb(65,192,142); }

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