Html Css Color HEX #44B491 Gossamer

📋 copy color: '#44B491'

red 68 ◦ green 180 ◦ blue 145

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

Shades of Gossamer #44B491

Tints of Gossamer #44B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 17.3%
G = 45.8%
B = 36.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#44B491 (or 0x44B491) is known color: Gossamer. HEX triplet: 44, B4 and 91. RGB value is (68,180,145). Sum of RGB (Red+Green+Blue) = 68+180+145=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #44B491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B491 is #BB4B6E. Grayscale: #8E8E8E. Windows color (decimal): -12274543 or 9548868. OLE color: 9548868.

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

Color convert

RGB 68 180 145 -
CMYK 0.62 0 0.19 0.29
HSL 161.25º 0.45% 0.49% -
HSV(B) 161.25º 0.62% 0.71% -
XYZ 23.82 35.92 32.47 -
YUV 142.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 68 180 145 0.62 0 0.19 0.29 161.25 0.45 0.49
Hex 44 B4 91 3E 0 13 1D A1 2D 31
Octal 104 264 221 76 0 23 35 241 55 61
Binary 1000100 10110100 10010001 111110 0 10011 11101 10100001 101101 110001

Color Harmonies of #44B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B491

Black with #44B491

Text Example


Text Example

White with #44B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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