Html Css Color HEX #44A492 Gossamer

📋 copy color: '#44A492'

red 68 ◦ green 164 ◦ blue 146

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

Shades of Gossamer #44A492

Tints of Gossamer #44A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 17.99%
G = 43.39%
B = 38.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#44A492 (or 0x44A492) is known color: Gossamer. HEX triplet: 44, A4 and 92. RGB value is (68,164,146). Sum of RGB (Red+Green+Blue) = 68+164+146=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #44A492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A492 is #BB5B6D. Grayscale: #858585. Windows color (decimal): -12278638 or 9610308. OLE color: 9610308.

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

Color convert

RGB 68 164 146 -
CMYK 0.59 0 0.11 0.36
HSL 168.75º 0.41% 0.45% -
HSV(B) 168.75º 0.59% 0.64% -
XYZ 20.85 29.86 31.86 -
YUV 133.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 68 164 146 0.59 0 0.11 0.36 168.75 0.41 0.45
Hex 44 A4 92 3B 0 B 24 A9 29 2D
Octal 104 244 222 73 0 13 44 251 51 55
Binary 1000100 10100100 10010010 111011 0 1011 100100 10101001 101001 101101

Color Harmonies of #44A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A492

Black with #44A492

Text Example


Text Example

White with #44A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,164,146); }

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

background-color css

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

 a { background-color: rgb(68,164,146); }

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

border-color css

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

 span { border-color: rgb(68,164,146); }

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