#449777

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

Shades of Gossamer #449777

Tints of Gossamer #449777

Color information

#449777 (or 0x449777) is unknown color: approx Gossamer. HEX triplet: 44, 97 and 77. RGB value is (68,151,119). Sum of RGB (Red+Green+Blue) = 68+151+119=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #449777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449777 is #BB6888. Grayscale: #7A7A7A. Windows color (decimal): -12281993 or 7837508. OLE color: 7837508.

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

Color convert

RGB68151119-
CMYK0.5500.210.41
HSL156.87º37.9%42.94%-
HSV(B)156.87º54.97%59.22%-
XYZ16.7824.6921.33-
YUV122.5412689.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=20.12%
G=44.67%
B=35.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681511190.5500.210.41156.8737.942.94
Hex44977737015299d262b
Octal10422716767025512354653
Binary100010010010111111011111011101010110100110011101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449777; }

 p { color: rgb(68,151,119); }

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

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

 a { background-color: rgb(68,151,119); }

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

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

 span { border-color: rgb(68,151,119); }

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