#41BD8F

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

Shades of Shamrock #41BD8F

Tints of Shamrock #41BD8F

Color information

#41BD8F (or 0x41BD8F) is unknown color: approx Shamrock. HEX triplet: 41, BD and 8F. RGB value is (65,189,143). Sum of RGB (Red+Green+Blue) = 65+189+143=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BD8F is #BE4270. Grayscale: #929292. Windows color (decimal): -12468849 or 9420097. OLE color: 9420097.

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

Color convert

RGB65189143-
CMYK0.6600.240.26
HSL157.74º48.82%49.8%-
HSV(B)157.74º65.61%74.12%-
XYZ25.3439.532.28-
YUV146.68125.9269.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=16.37%
G=47.61%
B=36.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651891430.6600.240.26157.7448.8249.8
Hex41BD8F420181A9e3132
Octal101275217102030322366162
Binary1000001101111011000111110000100110001101010011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,143); }

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

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

 a { background-color: rgb(65,189,143); }

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

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

 span { border-color: rgb(65,189,143); }

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