Html Css Color HEX #449978 Gossamer

📋 copy color: '#449978'

red 68 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #449978

Tints of Gossamer #449978

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 value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#449978 (or 0x449978) is known color: 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

RGB 68 153 120 -
CMYK 0.56 0 0.22 0.4
HSL 156.71º 0.38% 0.43% -
HSV(B) 156.71º 0.56% 0.6% -
XYZ 17.17 25.37 21.76 -
YUV 123.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 68 153 120 0.56 0 0.22 0.4 156.71 0.38 0.43
Hex 44 99 78 38 0 16 28 9D 26 2B
Octal 104 231 170 70 0 26 50 235 46 53
Binary 1000100 10011001 1111000 111000 0 10110 101000 10011101 100110 101011

Color Harmonies of #449978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449978

Black with #449978

Text Example


Text Example

White with #449978

Text Example


Text Example

HTML Codes & Css Web 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>