Html Css Color HEX #449877 Gossamer

📋 copy color: '#449877'

red 68 ◦ green 152 ◦ blue 119

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

Shades of Gossamer #449877

Tints of Gossamer #449877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 20.06%
G = 44.84%
B = 35.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#449877 (or 0x449877) is known color: Gossamer. HEX triplet: 44, 98 and 77. RGB value is (68,152,119). Sum of RGB (Red+Green+Blue) = 68+152+119=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #449877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449877 is #BB6788. Grayscale: #7B7B7B. Windows color (decimal): -12281737 or 7837764. OLE color: 7837764.

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

Color convert

RGB 68 152 119 -
CMYK 0.55 0 0.22 0.40
HSL 156.43º 0.38% 0.43% -
HSV(B) 156.43º 0.55% 0.6% -
XYZ 16.94 25.02 21.39 -
YUV 123.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 68 152 119 0.55 0 0.22 0.40 156.43 0.38 0.43
Hex 44 98 77 37 0 16 28 9C 26 2B
Octal 104 230 167 67 0 26 50 234 46 53
Binary 1000100 10011000 1110111 110111 0 10110 101000 10011100 100110 101011

Color Harmonies of #449877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449877

Black with #449877

Text Example


Text Example

White with #449877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449877; }

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

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

background-color css

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

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

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

border-color css

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

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

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