Html Css Color HEX #449878 Gossamer

📋 copy color: '#449878'

red 68 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #449878

Tints of Gossamer #449878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.71%

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

R = 20%
G = 44.71%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#449878 (or 0x449878) is known color: Gossamer. HEX triplet: 44, 98 and 78. RGB value is (68,152,120). Sum of RGB (Red+Green+Blue) = 68+152+120=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #449878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449878 is #BB6787. Grayscale: #7B7B7B. Windows color (decimal): -12281736 or 7903300. OLE color: 7903300.

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

Color convert

RGB 68 152 120 -
CMYK 0.55 0 0.21 0.40
HSL 157.14º 0.38% 0.43% -
HSV(B) 157.14º 0.55% 0.6% -
XYZ 17 25.04 21.71 -
YUV 123.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 68 152 120 0.55 0 0.21 0.40 157.14 0.38 0.43
Hex 44 98 78 37 0 15 28 9D 26 2B
Octal 104 230 170 67 0 25 50 235 46 53
Binary 1000100 10011000 1111000 110111 0 10101 101000 10011101 100110 101011

Color Harmonies of #449878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449878

Black with #449878

Text Example


Text Example

White with #449878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449878; }

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

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

background-color css

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

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

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

border-color css

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

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

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