#41D0A4

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

Shades of Shamrock #41D0A4

Tints of Shamrock #41D0A4

Color information

#41D0A4 (or 0x41D0A4) is unknown color: approx Shamrock. HEX triplet: 41, D0 and A4. RGB value is (65,208,164). Sum of RGB (Red+Green+Blue) = 65+208+164=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D0A4 is #BE2F5B. Grayscale: #A0A0A0. Windows color (decimal): -12463964 or 10801217. OLE color: 10801217.

HSL color Cylindrical-coordinate representation of color #41D0A4: hue angle of 161.54º degrees, saturation: 0.6, 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 #41D0A4 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB65208164-
CMYK0.6900.210.18
HSL161.54º60.34%53.53%-
HSV(B)161.54º68.75%81.57%-
XYZ31.4448.9242.91-
YUV160.23130.1260.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.87%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=14.87%
G=47.60%
B=37.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081640.6900.210.18161.5460.3453.53
Hex41D0A44501512a23c36
Octal101320244105025222427466
Binary1000001110100001010010010001010101011001010100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,164); }

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

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

 a { background-color: rgb(65,208,164); }

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

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

 span { border-color: rgb(65,208,164); }

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