#41AD82

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

Shades of Gossamer #41AD82

Tints of Gossamer #41AD82

Color information

#41AD82 (or 0x41AD82) is unknown color: approx Gossamer. HEX triplet: 41, AD and 82. RGB value is (65,173,130). Sum of RGB (Red+Green+Blue) = 65+173+130=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD82 is #BE527D. Grayscale: #878787. Windows color (decimal): -12472958 or 8564033. OLE color: 8564033.

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

Color convert

RGB65173130-
CMYK0.6200.250.32
HSL156.11º45.38%46.67%-
HSV(B)156.11º62.43%67.84%-
XYZ21.1532.6226.3-
YUV135.81124.7277.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.66%
GREEN value IS 173 (67.97% from 255) = 47.01%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=17.66%
G=47.01%
B=35.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731300.6200.250.32156.1145.3846.67
Hex41AD823E019209c2d2f
Octal10125520276031402345557
Binary1000001101011011000001011111001100110000010011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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