#41D288

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

Shades of Shamrock #41D288

Tints of Shamrock #41D288

Color information

#41D288 (or 0x41D288) is unknown color: approx Shamrock. HEX triplet: 41, D2 and 88. RGB value is (65,210,136). Sum of RGB (Red+Green+Blue) = 65+210+136=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #41D288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D288 is #BE2D77. Grayscale: #9E9E9E. Windows color (decimal): -12463480 or 8966721. OLE color: 8966721.

HSL color Cylindrical-coordinate representation of color #41D288: hue angle of 149.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D288 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB65210136-
CMYK0.6900.350.18
HSL149.38º61.7%53.92%-
HSV(B)149.38º69.05%82.35%-
XYZ29.6748.9931.19-
YUV158.21115.4661.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.82%
GREEN value IS 210 (82.42% from 255) = 51.09%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=15.82%
G=51.09%
B=33.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652101360.6900.350.18149.3861.753.92
Hex41D2884502312953e36
Octal101322210105043222257666
Binary10000011101001010001000100010101000111001010010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,210,136); }

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

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

 a { background-color: rgb(65,210,136); }

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

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

 span { border-color: rgb(65,210,136); }

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