Html Css Color HEX #44B391 Gossamer

📋 copy color: '#44B391'

red 68 ◦ green 179 ◦ blue 145

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

Shades of Gossamer #44B391

Tints of Gossamer #44B391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 17.35%
G = 45.66%
B = 36.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#44B391 (or 0x44B391) is known color: Gossamer. HEX triplet: 44, B3 and 91. RGB value is (68,179,145). Sum of RGB (Red+Green+Blue) = 68+179+145=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #44B391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B391 is #BB4C6E. Grayscale: #8D8D8D. Windows color (decimal): -12274799 or 9548612. OLE color: 9548612.

HSL color Cylindrical-coordinate representation of color #44B391: hue angle of 161.62º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B391 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 179 145 -
CMYK 0.62 0 0.19 0.30
HSL 161.62º 0.45% 0.48% -
HSV(B) 161.62º 0.62% 0.7% -
XYZ 23.61 35.51 32.4 -
YUV 141.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 68 179 145 0.62 0 0.19 0.30 161.62 0.45 0.48
Hex 44 B3 91 3E 0 13 1E A2 2D 30
Octal 104 263 221 76 0 23 36 242 55 60
Binary 1000100 10110011 10010001 111110 0 10011 11110 10100010 101101 110000

Color Harmonies of #44B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B391

Black with #44B391

Text Example


Text Example

White with #44B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44B391; }

 p { color: rgb(68,179,145); }

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

background-color css

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

 a { background-color: rgb(68,179,145); }

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

border-color css

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

 span { border-color: rgb(68,179,145); }

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