#41BC95

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

Shades of Shamrock #41BC95

Tints of Shamrock #41BC95

Color information

#41BC95 (or 0x41BC95) is unknown color: approx Shamrock. HEX triplet: 41, BC and 95. RGB value is (65,188,149). Sum of RGB (Red+Green+Blue) = 65+188+149=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BC95 is #BE436A. Grayscale: #929292. Windows color (decimal): -12469099 or 9813057. OLE color: 9813057.

HSL color Cylindrical-coordinate representation of color #41BC95: hue angle of 160.98º 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 #41BC95 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB65188149-
CMYK0.6500.210.26
HSL160.98º48.62%49.61%-
HSV(B)160.98º65.43%73.73%-
XYZ25.5939.2634.66-
YUV146.78129.2569.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=16.17%
G=46.77%
B=37.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881490.6500.210.26160.9848.6249.61
Hex41BC95410151Aa13132
Octal101274225101025322416162
Binary1000001101111001001010110000010101011101010100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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