Html Css Color HEX #449779 Gossamer

📋 copy color: '#449779'

red 68 ◦ green 151 ◦ blue 121

#449779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #449779

Tints of Gossamer #449779

RGB

 RED value IS 68 (26.95% from 255) = 20%

 GREEN value IS 151 (59.38% from 255) = 44.41%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 20%
G = 44.41%
B = 35.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#449779 (or 0x449779) is known color: Gossamer. HEX triplet: 44, 97 and 79. RGB value is (68,151,121). Sum of RGB (Red+Green+Blue) = 68+151+121=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #449779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449779 is #BB6886. Grayscale: #7A7A7A. Windows color (decimal): -12281991 or 7968580. OLE color: 7968580.

HSL color Cylindrical-coordinate representation of color #449779: hue angle of 158.31º 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 #449779 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 121 -
CMYK 0.55 0 0.20 0.41
HSL 158.31º 0.38% 0.43% -
HSV(B) 158.31º 0.55% 0.59% -
XYZ 16.9 24.74 21.97 -
YUV 122.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 68 151 121 0.55 0 0.20 0.41 158.31 0.38 0.43
Hex 44 97 79 37 0 14 29 9E 26 2B
Octal 104 227 171 67 0 24 51 236 46 53
Binary 1000100 10010111 1111001 110111 0 10100 101001 10011110 100110 101011

Color Harmonies of #449779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449779

Black with #449779

Text Example


Text Example

White with #449779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449779; }

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

 H1.HeaderClassName
 {
   color: #449779;
 }
 .AnyTagClassName
 {
   color: #449779;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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