Html Css Color HEX #449981 Gossamer

📋 copy color: '#449981'

red 68 ◦ green 153 ◦ blue 129

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

Shades of Gossamer #449981

Tints of Gossamer #449981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 19.43%
G = 43.71%
B = 36.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#449981 (or 0x449981) is known color: Gossamer. HEX triplet: 44, 99 and 81. RGB value is (68,153,129). Sum of RGB (Red+Green+Blue) = 68+153+129=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #449981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449981 is #BB667E. Grayscale: #7C7C7C. Windows color (decimal): -12281471 or 8493380. OLE color: 8493380.

HSL color Cylindrical-coordinate representation of color #449981: hue angle of 163.06º 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 #449981 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 129 -
CMYK 0.56 0 0.16 0.4
HSL 163.06º 0.38% 0.43% -
HSV(B) 163.06º 0.56% 0.6% -
XYZ 17.74 25.6 24.77 -
YUV 124.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 68 153 129 0.56 0 0.16 0.4 163.06 0.38 0.43
Hex 44 99 81 38 0 10 28 A3 26 2B
Octal 104 231 201 70 0 20 50 243 46 53
Binary 1000100 10011001 10000001 111000 0 10000 101000 10100011 100110 101011

Color Harmonies of #449981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449981

Black with #449981

Text Example


Text Example

White with #449981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449981; }

 p { color: rgb(68,153,129); }

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

background-color css

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

 a { background-color: rgb(68,153,129); }

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

border-color css

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

 span { border-color: rgb(68,153,129); }

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