Html Css Color HEX #44AB55 Fruit Salad

📋 copy color: '#44AB55'

red 68 ◦ green 171 ◦ blue 85

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

Shades of Fruit Salad #44AB55

Tints of Fruit Salad #44AB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 20.99%
G = 52.78%
B = 26.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#44AB55 (or 0x44AB55) is known color: Fruit Salad. HEX triplet: 44, AB and 55. RGB value is (68,171,85). Sum of RGB (Red+Green+Blue) = 68+171+85=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB55 is #BB54AA. Grayscale: #828282. Windows color (decimal): -12276907 or 5614404. OLE color: 5614404.

HSL color Cylindrical-coordinate representation of color #44AB55: hue angle of 129.9º 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 #44AB55 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 171 85 -
CMYK 0.60 0 0.50 0.33
HSL 129.9º 0.43% 0.47% -
HSV(B) 129.9º 0.6% 0.67% -
XYZ 18.59 31.01 13.6 -
YUV 130.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 68 171 85 0.60 0 0.50 0.33 129.9 0.43 0.47
Hex 44 AB 55 3C 0 32 21 82 2B 2F
Octal 104 253 125 74 0 62 41 202 53 57
Binary 1000100 10101011 1010101 111100 0 110010 100001 10000010 101011 101111

Color Harmonies of #44AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB55

Black with #44AB55

Text Example


Text Example

White with #44AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,171,85); }

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

background-color css

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

 a { background-color: rgb(68,171,85); }

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

border-color css

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

 span { border-color: rgb(68,171,85); }

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