#41AF98

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

Shades of Gossamer #41AF98

Tints of Gossamer #41AF98

Color information

#41AF98 (or 0x41AF98) is unknown color: approx Gossamer. HEX triplet: 41, AF and 98. RGB value is (65,175,152). Sum of RGB (Red+Green+Blue) = 65+175+152=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF98 is #BE5067. Grayscale: #8B8B8B. Windows color (decimal): -12472424 or 10006337. OLE color: 10006337.

HSL color Cylindrical-coordinate representation of color #41AF98: hue angle of 167.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF98 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB65175152-
CMYK0.6300.130.31
HSL167.45º45.83%47.06%-
HSV(B)167.45º62.86%68.63%-
XYZ23.1834.0535.06-
YUV139.49135.0674.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=16.58%
G=44.64%
B=38.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651751520.6300.130.31167.4545.8347.06
Hex41AF983F0D1Fa72e2f
Octal10125723077015372475657
Binary10000011010111110011000111111011011111110100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,175,152); }

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

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

 a { background-color: rgb(65,175,152); }

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

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

 span { border-color: rgb(65,175,152); }

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