Html Css Color HEX #44AA52 Fruit Salad

📋 copy color: '#44AA52'

red 68 ◦ green 170 ◦ blue 82

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

Shades of Fruit Salad #44AA52

Tints of Fruit Salad #44AA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 21.25%
G = 53.13%
B = 25.63%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#44AA52 (or 0x44AA52) is known color: Fruit Salad. HEX triplet: 44, AA and 52. RGB value is (68,170,82). Sum of RGB (Red+Green+Blue) = 68+170+82=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA52 is #BB55AD. Grayscale: #818181. Windows color (decimal): -12277166 or 5417540. OLE color: 5417540.

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

Color convert

RGB 68 170 82 -
CMYK 0.6 0 0.52 0.33
HSL 128.24º 0.43% 0.47% -
HSV(B) 128.24º 0.6% 0.67% -
XYZ 18.28 30.59 12.92 -
YUV 129.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 68 170 82 0.6 0 0.52 0.33 128.24 0.43 0.47
Hex 44 AA 52 3C 0 34 21 80 2B 2F
Octal 104 252 122 74 0 64 41 200 53 57
Binary 1000100 10101010 1010010 111100 0 110100 100001 10000000 101011 101111

Color Harmonies of #44AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA52

Black with #44AA52

Text Example


Text Example

White with #44AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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