#449D82

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

Shades of Gossamer #449D82

Tints of Gossamer #449D82

Color information

#449D82 (or 0x449D82) is unknown color: approx Gossamer. HEX triplet: 44, 9D and 82. RGB value is (68,157,130). Sum of RGB (Red+Green+Blue) = 68+157+130=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #449D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D82 is #BB627D. Grayscale: #7F7F7F. Windows color (decimal): -12280446 or 8559940. OLE color: 8559940.

HSL color Cylindrical-coordinate representation of color #449D82: hue angle of 161.8º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D82 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB68157130-
CMYK0.5700.170.38
HSL161.8º39.56%44.12%-
HSV(B)161.8º56.69%61.57%-
XYZ18.4726.9525.35-
YUV127.31129.5185.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=19.15%
G=44.23%
B=36.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681571300.5700.170.38161.839.5644.12
Hex449D823901126a2282c
Octal10423520271021462425054
Binary1000100100111011000001011100101000110011010100010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449D82; }

 p { color: rgb(68,157,130); }

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

<style>
 a { background-color: #449D82; }

 a { background-color: rgb(68,157,130); }

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

<style>
 span { border-color: #449D82; }

 span { border-color: rgb(68,157,130); }

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