#449978

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

Shades of Gossamer #449978

Tints of Gossamer #449978

Color information

#449978 (or 0x449978) is unknown color: approx Gossamer. HEX triplet: 44, 99 and 78. RGB value is (68,153,120). Sum of RGB (Red+Green+Blue) = 68+153+120=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #449978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449978 is #BB6687. Grayscale: #7B7B7B. Windows color (decimal): -12281480 or 7903556. OLE color: 7903556.

HSL color Cylindrical-coordinate representation of color #449978: hue angle of 156.71º 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 #449978 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB68153120-
CMYK0.5600.220.4
HSL156.71º38.46%43.33%-
HSV(B)156.71º55.56%60%-
XYZ17.1725.3721.76-
YUV123.82125.8488.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=19.94%
G=44.87%
B=35.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531200.5600.220.4156.7138.4643.33
Hex44997838016289d262b
Octal10423117070026502354653
Binary100010010011001111100011100001011010100010011101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449978; }

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

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

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

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

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

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

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

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