#41A07B

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

Shades of Gossamer #41A07B

Tints of Gossamer #41A07B

Color information

#41A07B (or 0x41A07B) is unknown color: approx Gossamer. HEX triplet: 41, A0 and 7B. RGB value is (65,160,123). Sum of RGB (Red+Green+Blue) = 65+160+123=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #41A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A07B is #BE5F84. Grayscale: #7F7F7F. Windows color (decimal): -12476293 or 8101953. OLE color: 8101953.

HSL color Cylindrical-coordinate representation of color #41A07B: hue angle of 156.63º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A07B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB65160123-
CMYK0.5900.230.37
HSL156.63º42.22%44.12%-
HSV(B)156.63º59.38%62.75%-
XYZ18.3327.723.12-
YUV127.38125.5383.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 160 (62.89% from 255) = 45.98%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=18.68%
G=45.98%
B=35.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal651601230.5900.230.37156.6342.2244.12
Hex41A07B3B017259d2a2c
Octal10124017373027452355254
Binary100000110100000111101111101101011110010110011101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,160,123); }

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

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

 a { background-color: rgb(65,160,123); }

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

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

 span { border-color: rgb(65,160,123); }

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