#449F7F

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

Shades of Gossamer #449F7F

Tints of Gossamer #449F7F

Color information

#449F7F (or 0x449F7F) is unknown color: approx Gossamer. HEX triplet: 44, 9F and 7F. RGB value is (68,159,127). Sum of RGB (Red+Green+Blue) = 68+159+127=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #449F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F7F is #BB6080. Grayscale: #808080. Windows color (decimal): -12279937 or 8363844. OLE color: 8363844.

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

Color convert

RGB68159127-
CMYK0.5700.200.38
HSL158.9º40.09%44.51%-
HSV(B)158.9º57.23%62.35%-
XYZ18.6127.5624.42-
YUV128.14127.3585.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 127 (50% from 255) = 35.88%
R=19.21%
G=44.92%
B=35.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681591270.5700.200.38158.940.0944.51
Hex449F7F39014269f282d
Octal10423717771024462375055
Binary100010010011111111111111100101010010011010011111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,159,127); }

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

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

 a { background-color: rgb(68,159,127); }

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

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

 span { border-color: rgb(68,159,127); }

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