Html Css Color HEX #44AA81 Gossamer

📋 copy color: '#44AA81'

red 68 ◦ green 170 ◦ blue 129

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

Shades of Gossamer #44AA81

Tints of Gossamer #44AA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.32%

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 18.53%
G = 46.32%
B = 35.15%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#44AA81 (or 0x44AA81) is known color: Gossamer. HEX triplet: 44, AA and 81. RGB value is (68,170,129). Sum of RGB (Red+Green+Blue) = 68+170+129=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA81 is #BB557E. Grayscale: #868686. Windows color (decimal): -12277119 or 8497732. OLE color: 8497732.

HSL color Cylindrical-coordinate representation of color #44AA81: hue angle of 155.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA81 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 129 -
CMYK 0.6 0 0.24 0.33
HSL 155.88º 0.43% 0.47% -
HSV(B) 155.88º 0.6% 0.67% -
XYZ 20.72 31.56 25.77 -
YUV 134.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 68 170 129 0.6 0 0.24 0.33 155.88 0.43 0.47
Hex 44 AA 81 3C 0 18 21 9C 2B 2F
Octal 104 252 201 74 0 30 41 234 53 57
Binary 1000100 10101010 10000001 111100 0 11000 100001 10011100 101011 101111

Color Harmonies of #44AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA81

Black with #44AA81

Text Example


Text Example

White with #44AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,170,129); }

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

background-color css

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

 a { background-color: rgb(68,170,129); }

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

border-color css

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

 span { border-color: rgb(68,170,129); }

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