Html Css Color HEX #44A384 Gossamer

📋 copy color: '#44A384'

red 68 ◦ green 163 ◦ blue 132

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

Shades of Gossamer #44A384

Tints of Gossamer #44A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 18.73%
G = 44.9%
B = 36.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#44A384 (or 0x44A384) is known color: Gossamer. HEX triplet: 44, A3 and 84. RGB value is (68,163,132). Sum of RGB (Red+Green+Blue) = 68+163+132=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #44A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A384 is #BB5C7B. Grayscale: #838383. Windows color (decimal): -12278908 or 8692548. OLE color: 8692548.

HSL color Cylindrical-coordinate representation of color #44A384: hue angle of 160.42º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A384 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 163 132 -
CMYK 0.58 0 0.19 0.36
HSL 160.42º 0.41% 0.45% -
HSV(B) 160.42º 0.58% 0.64% -
XYZ 19.65 29.09 26.41 -
YUV 131.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 68 163 132 0.58 0 0.19 0.36 160.42 0.41 0.45
Hex 44 A3 84 3A 0 13 24 A0 29 2D
Octal 104 243 204 72 0 23 44 240 51 55
Binary 1000100 10100011 10000100 111010 0 10011 100100 10100000 101001 101101

Color Harmonies of #44A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A384

Black with #44A384

Text Example


Text Example

White with #44A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,163,132); }

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

background-color css

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

 a { background-color: rgb(68,163,132); }

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

border-color css

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

 span { border-color: rgb(68,163,132); }

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