#41997A

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

Shades of Gossamer #41997A

Tints of Gossamer #41997A

Color information

#41997A (or 0x41997A) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 7A. RGB value is (65,153,122). Sum of RGB (Red+Green+Blue) = 65+153+122=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #41997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997A is #BE6685. Grayscale: #7B7B7B. Windows color (decimal): -12478086 or 8034625. OLE color: 8034625.

HSL color Cylindrical-coordinate representation of color #41997A: hue angle of 158.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41997A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB65153122-
CMYK0.5800.200.4
HSL158.86º40.37%42.75%-
HSV(B)158.86º57.52%60%-
XYZ17.0825.3122.4-
YUV123.15127.3586.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=19.12%
G=45%
B=35.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531220.5800.200.4158.8640.3742.75
Hex41997A3A014289f282b
Octal10123117272024502375053
Binary100000110011001111101011101001010010100010011111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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