#41967A

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

Shades of Gossamer #41967A

Tints of Gossamer #41967A

Color information

#41967A (or 0x41967A) is unknown color: approx Gossamer. HEX triplet: 41, 96 and 7A. RGB value is (65,150,122). Sum of RGB (Red+Green+Blue) = 65+150+122=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #41967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41967A is #BE6985. Grayscale: #797979. Windows color (decimal): -12478854 or 8033857. OLE color: 8033857.

HSL color Cylindrical-coordinate representation of color #41967A: hue angle of 160.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41967A is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB65150122-
CMYK0.5700.190.41
HSL160.24º39.53%42.16%-
HSV(B)160.24º56.67%58.82%-
XYZ16.624.3422.24-
YUV121.39128.3487.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=19.29%
G=44.51%
B=36.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501220.5700.190.41160.2439.5342.16
Hex41967A3901329a0282a
Octal10122617271023512405052
Binary100000110010110111101011100101001110100110100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41967A; }

 p { color: rgb(65,150,122); }

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

<style>
 a { background-color: #41967A; }

 a { background-color: rgb(65,150,122); }

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

<style>
 span { border-color: #41967A; }

 span { border-color: rgb(65,150,122); }

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