#41A882

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

Shades of Gossamer #41A882

Tints of Gossamer #41A882

Color information

#41A882 (or 0x41A882) is unknown color: approx Gossamer. HEX triplet: 41, A8 and 82. RGB value is (65,168,130). Sum of RGB (Red+Green+Blue) = 65+168+130=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #41A882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A882 is #BE577D. Grayscale: #848484. Windows color (decimal): -12474238 or 8562753. OLE color: 8562753.

HSL color Cylindrical-coordinate representation of color #41A882: hue angle of 157.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A882 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB65168130-
CMYK0.6100.230.34
HSL157.86º44.21%45.69%-
HSV(B)157.86º61.31%65.88%-
XYZ20.2130.7425.99-
YUV132.87126.3879.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=17.91%
G=46.28%
B=35.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651681300.6100.230.34157.8644.2145.69
Hex41A8823D017229e2c2e
Octal10125020275027422365456
Binary1000001101010001000001011110101011110001010011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,168,130); }

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

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

 a { background-color: rgb(65,168,130); }

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

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

 span { border-color: rgb(65,168,130); }

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