#41BA8A

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

Shades of Shamrock #41BA8A

Tints of Shamrock #41BA8A

Color information

#41BA8A (or 0x41BA8A) is unknown color: approx Shamrock. HEX triplet: 41, BA and 8A. RGB value is (65,186,138). Sum of RGB (Red+Green+Blue) = 65+186+138=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BA8A is #BE4575. Grayscale: #909090. Windows color (decimal): -12469622 or 9091649. OLE color: 9091649.

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

Color convert

RGB65186138-
CMYK0.6500.260.27
HSL156.2º48.21%49.22%-
HSV(B)156.2º65.05%72.94%-
XYZ24.3338.0830.11-
YUV144.35124.4171.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=16.71%
G=47.81%
B=35.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651861380.6500.260.27156.248.2149.22
Hex41BA8A4101A1B9c3031
Octal101272212101032332346061
Binary1000001101110101000101010000010110101101110011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,186,138); }

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

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

 a { background-color: rgb(65,186,138); }

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

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

 span { border-color: rgb(65,186,138); }

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