#449879

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

Shades of Gossamer #449879

Tints of Gossamer #449879

Color information

#449879 (or 0x449879) is unknown color: approx Gossamer. HEX triplet: 44, 98 and 79. RGB value is (68,152,121). Sum of RGB (Red+Green+Blue) = 68+152+121=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #449879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449879 is #BB6786. Grayscale: #7B7B7B. Windows color (decimal): -12281735 or 7968836. OLE color: 7968836.

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

Color convert

RGB68152121-
CMYK0.5500.200.40
HSL157.86º38.18%43.14%-
HSV(B)157.86º55.26%59.61%-
XYZ17.0625.0722.03-
YUV123.35126.6788.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=19.94%
G=44.57%
B=35.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521210.5500.200.40157.8638.1843.14
Hex44987937014289e262b
Octal10423017167024502364653
Binary100010010011000111100111011101010010100010011110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449879; }

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

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

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

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

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

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

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

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