#41ab81

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

Shades of Gossamer #41AB81

Tints of Gossamer #41AB81

Color information

#41AB81 (or 0x41AB81) is unknown color: approx Gossamer. HEX triplet: 41, AB and 81. RGB value is (65,171,129). Sum of RGB (Red+Green+Blue) = 65+171+129=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AB81 is #BE547E. Grayscale: #868686. Windows color (decimal): -12473471 or 8497985. OLE color: 8497985.

HSL color Cylindrical-coordinate representation of color #41AB81: hue angle of 156.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AB81 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB65171129-
CMYK0.6200.250.33
HSL156.23º44.92%46.27%-
HSV(B)156.23º61.99%67.06%-
XYZ20.7131.8325.82-
YUV134.52124.8878.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=17.81%
G=46.85%
B=35.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651711290.6200.250.33156.2344.9246.27
Hex41AB813E019219c2d2e
Octal10125320176031412345556
Binary1000001101010111000000111111001100110000110011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ab81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,171,129); }

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

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

 a { background-color: rgb(65,171,129); }

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

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

 span { border-color: rgb(65,171,129); }

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