#41BD8C

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

Shades of Shamrock #41BD8C

Tints of Shamrock #41BD8C

Color information

#41BD8C (or 0x41BD8C) is unknown color: approx Shamrock. HEX triplet: 41, BD and 8C. RGB value is (65,189,140). Sum of RGB (Red+Green+Blue) = 65+189+140=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BD8C is #BE4273. Grayscale: #929292. Windows color (decimal): -12468852 or 9223489. OLE color: 9223489.

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

Color convert

RGB65189140-
CMYK0.6600.260.26
HSL156.29º48.82%49.8%-
HSV(B)156.29º65.61%74.12%-
XYZ25.1139.4131.09-
YUV146.34124.4269.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.50%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=16.50%
G=47.97%
B=35.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651891400.6600.260.26156.2948.8249.8
Hex41BD8C4201A1A9c3132
Octal101275214102032322346162
Binary1000001101111011000110010000100110101101010011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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