#41B98F

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

Shades of Shamrock #41B98F

Tints of Shamrock #41B98F

Color information

#41B98F (or 0x41B98F) is unknown color: approx Shamrock. HEX triplet: 41, B9 and 8F. RGB value is (65,185,143). Sum of RGB (Red+Green+Blue) = 65+185+143=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #41B98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B98F is #BE4670. Grayscale: #909090. Windows color (decimal): -12469873 or 9419073. OLE color: 9419073.

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

Color convert

RGB65185143-
CMYK0.6500.230.27
HSL159º48%49.02%-
HSV(B)159º64.86%72.55%-
XYZ24.4937.831.99-
YUV144.33127.2471.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=16.54%
G=47.07%
B=36.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651851430.6500.230.271594849.02
Hex41B98F410171B9f3031
Octal101271217101027332376061
Binary1000001101110011000111110000010101111101110011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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