Html Css Color HEX #44997D Gossamer

📋 copy color: '#44997D'

red 68 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #44997D

Tints of Gossamer #44997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 19.65%
G = 44.22%
B = 36.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#44997D (or 0x44997D) is known color: Gossamer. HEX triplet: 44, 99 and 7D. RGB value is (68,153,125). Sum of RGB (Red+Green+Blue) = 68+153+125=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #44997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44997D is #BB6682. Grayscale: #7C7C7C. Windows color (decimal): -12281475 or 8231236. OLE color: 8231236.

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

Color convert

RGB 68 153 125 -
CMYK 0.56 0 0.18 0.4
HSL 160.24º 0.38% 0.43% -
HSV(B) 160.24º 0.56% 0.6% -
XYZ 17.48 25.49 23.4 -
YUV 124.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 68 153 125 0.56 0 0.18 0.4 160.24 0.38 0.43
Hex 44 99 7D 38 0 12 28 A0 26 2B
Octal 104 231 175 70 0 22 50 240 46 53
Binary 1000100 10011001 1111101 111000 0 10010 101000 10100000 100110 101011

Color Harmonies of #44997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44997D

Black with #44997D

Text Example


Text Example

White with #44997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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