#41ba9c

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

Shades of Shamrock #41BA9C

Tints of Shamrock #41BA9C

Color information

#41BA9C (or 0x41BA9C) is unknown color: approx Shamrock. HEX triplet: 41, BA and 9C. RGB value is (65,186,156). Sum of RGB (Red+Green+Blue) = 65+186+156=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BA9C is #BE4563. Grayscale: #929292. Windows color (decimal): -12469604 or 10271297. OLE color: 10271297.

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

Color convert

RGB65186156-
CMYK0.6500.160.27
HSL165.12º48.21%49.22%-
HSV(B)165.12º65.05%72.94%-
XYZ25.7438.6437.55-
YUV146.4133.4169.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=15.97%
G=45.70%
B=38.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651861560.6500.160.27165.1248.2149.22
Hex41BA9C410101Ba53031
Octal101272234101020332456061
Binary1000001101110101001110010000010100001101110100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ba9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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