Html Css Color HEX #449778 Gossamer

📋 copy color: '#449778'

red 68 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #449778

Tints of Gossamer #449778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 20.06%
G = 44.54%
B = 35.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#449778 (or 0x449778) is known color: Gossamer. HEX triplet: 44, 97 and 78. RGB value is (68,151,120). Sum of RGB (Red+Green+Blue) = 68+151+120=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #449778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449778 is #BB6887. Grayscale: #7A7A7A. Windows color (decimal): -12281992 or 7903044. OLE color: 7903044.

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

Color convert

RGB 68 151 120 -
CMYK 0.55 0 0.21 0.41
HSL 157.59º 0.38% 0.43% -
HSV(B) 157.59º 0.55% 0.59% -
XYZ 16.84 24.72 21.65 -
YUV 122.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 68 151 120 0.55 0 0.21 0.41 157.59 0.38 0.43
Hex 44 97 78 37 0 15 29 9E 26 2B
Octal 104 227 170 67 0 25 51 236 46 53
Binary 1000100 10010111 1111000 110111 0 10101 101001 10011110 100110 101011

Color Harmonies of #449778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449778

Black with #449778

Text Example


Text Example

White with #449778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449778; }

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

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

background-color css

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

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

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

border-color css

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

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

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