#41BC8A

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

Shades of Shamrock #41BC8A

Tints of Shamrock #41BC8A

Color information

#41BC8A (or 0x41BC8A) is unknown color: approx Shamrock. HEX triplet: 41, BC and 8A. RGB value is (65,188,138). Sum of RGB (Red+Green+Blue) = 65+188+138=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BC8A is #BE4375. Grayscale: #919191. Windows color (decimal): -12469110 or 9092161. OLE color: 9092161.

HSL color Cylindrical-coordinate representation of color #41BC8A: hue angle of 155.61º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC8A is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB65188138-
CMYK0.6500.270.26
HSL155.61º48.62%49.61%-
HSV(B)155.61º65.43%73.73%-
XYZ24.7538.9330.25-
YUV145.52123.7570.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=16.62%
G=48.08%
B=35.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881380.6500.270.26155.6148.6249.61
Hex41BC8A4101B1A9c3132
Octal101274212101033322346162
Binary1000001101111001000101010000010110111101010011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,188,138); }

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

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

 a { background-color: rgb(65,188,138); }

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

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

 span { border-color: rgb(65,188,138); }

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