#41AD83

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

Shades of Gossamer #41AD83

Tints of Gossamer #41AD83

Color information

#41AD83 (or 0x41AD83) is unknown color: approx Gossamer. HEX triplet: 41, AD and 83. RGB value is (65,173,131). Sum of RGB (Red+Green+Blue) = 65+173+131=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD83 is #BE527C. Grayscale: #878787. Windows color (decimal): -12472957 or 8629569. OLE color: 8629569.

HSL color Cylindrical-coordinate representation of color #41AD83: hue angle of 156.67º 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 #41AD83 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB65173131-
CMYK0.6200.240.32
HSL156.67º45.38%46.67%-
HSV(B)156.67º62.43%67.84%-
XYZ21.2232.6526.66-
YUV135.92125.2277.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=17.62%
G=46.88%
B=35.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651731310.6200.240.32156.6745.3846.67
Hex41AD833E018209d2d2f
Octal10125520376030402355557
Binary1000001101011011000001111111001100010000010011101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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