#449979

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

Shades of Gossamer #449979

Tints of Gossamer #449979

Color information

#449979 (or 0x449979) is unknown color: approx Gossamer. HEX triplet: 44, 99 and 79. RGB value is (68,153,121). Sum of RGB (Red+Green+Blue) = 68+153+121=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #449979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449979 is #BB6686. Grayscale: #7B7B7B. Windows color (decimal): -12281479 or 7969092. OLE color: 7969092.

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

Color convert

RGB68153121-
CMYK0.5600.210.4
HSL157.41º38.46%43.33%-
HSV(B)157.41º55.56%60%-
XYZ17.2325.3922.08-
YUV123.94126.3488.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=19.88%
G=44.74%
B=35.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531210.5600.210.4157.4138.4643.33
Hex44997938015289d262b
Octal10423117170025502354653
Binary100010010011001111100111100001010110100010011101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449979; }

 p { color: rgb(68,153,121); }

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

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

 a { background-color: rgb(68,153,121); }

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

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

 span { border-color: rgb(68,153,121); }

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