#41BF91

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

Shades of Shamrock #41BF91

Tints of Shamrock #41BF91

Color information

#41BF91 (or 0x41BF91) is unknown color: approx Shamrock. HEX triplet: 41, BF and 91. RGB value is (65,191,145). Sum of RGB (Red+Green+Blue) = 65+191+145=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BF91 is #BE406E. Grayscale: #949494. Windows color (decimal): -12468335 or 9551681. OLE color: 9551681.

HSL color Cylindrical-coordinate representation of color #41BF91: hue angle of 158.1º 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 #41BF91 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB65191145-
CMYK0.6600.240.25
HSL158.1º49.61%50.2%-
HSV(B)158.1º65.97%74.9%-
XYZ25.9240.4333.23-
YUV148.08126.2668.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.21%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=16.21%
G=47.63%
B=36.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911450.6600.240.25158.149.6150.2
Hex41BF9142018199e3232
Octal101277221102030312366262
Binary1000001101111111001000110000100110001100110011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,191,145); }

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

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

 a { background-color: rgb(65,191,145); }

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

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

 span { border-color: rgb(65,191,145); }

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