Html Css Color HEX #44987D Gossamer

📋 copy color: '#44987D'

red 68 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #44987D

Tints of Gossamer #44987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

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

R = 19.71%
G = 44.06%
B = 36.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#44987D (or 0x44987D) is known color: Gossamer. HEX triplet: 44, 98 and 7D. RGB value is (68,152,125). Sum of RGB (Red+Green+Blue) = 68+152+125=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #44987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44987D is #BB6782. Grayscale: #7B7B7B. Windows color (decimal): -12281731 or 8230980. OLE color: 8230980.

HSL color Cylindrical-coordinate representation of color #44987D: hue angle of 160.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44987D is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 125 -
CMYK 0.55 0 0.18 0.40
HSL 160.71º 0.38% 0.43% -
HSV(B) 160.71º 0.55% 0.6% -
XYZ 17.31 25.17 23.35 -
YUV 123.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 68 152 125 0.55 0 0.18 0.40 160.71 0.38 0.43
Hex 44 98 7D 37 0 12 28 A1 26 2B
Octal 104 230 175 67 0 22 50 241 46 53
Binary 1000100 10011000 1111101 110111 0 10010 101000 10100001 100110 101011

Color Harmonies of #44987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44987D

Black with #44987D

Text Example


Text Example

White with #44987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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