#41BC9B

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

Shades of Shamrock #41BC9B

Tints of Shamrock #41BC9B

Color information

#41BC9B (or 0x41BC9B) is unknown color: approx Shamrock. HEX triplet: 41, BC and 9B. RGB value is (65,188,155). Sum of RGB (Red+Green+Blue) = 65+188+155=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BC9B is #BE4364. Grayscale: #939393. Windows color (decimal): -12469093 or 10206273. OLE color: 10206273.

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

Color convert

RGB65188155-
CMYK0.6500.180.26
HSL163.9º48.62%49.61%-
HSV(B)163.9º65.43%73.73%-
XYZ26.0839.4637.25-
YUV147.46132.2569.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.93%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=15.93%
G=46.08%
B=37.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651881550.6500.180.26163.948.6249.61
Hex41BC9B410121Aa43132
Octal101274233101022322446162
Binary1000001101111001001101110000010100101101010100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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