#41A595

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

Shades of Gossamer #41A595

Tints of Gossamer #41A595

Color information

#41A595 (or 0x41A595) is unknown color: approx Gossamer. HEX triplet: 41, A5 and 95. RGB value is (65,165,149). Sum of RGB (Red+Green+Blue) = 65+165+149=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #41A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A595 is #BE5A6A. Grayscale: #858585. Windows color (decimal): -12474987 or 9807169. OLE color: 9807169.

HSL color Cylindrical-coordinate representation of color #41A595: hue angle of 170.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A595 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB65165149-
CMYK0.6100.100.35
HSL170.4º43.48%45.1%-
HSV(B)170.4º60.61%64.71%-
XYZ21.0630.233.15-
YUV133.28136.8779.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=17.15%
G=43.54%
B=39.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651651490.6100.100.35170.443.4845.1
Hex41A5953D0A23aa2b2d
Octal10124522575012432525355
Binary100000110100101100101011111010101010001110101010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,165,149); }

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

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

 a { background-color: rgb(65,165,149); }

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

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

 span { border-color: rgb(65,165,149); }

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