Html Css Color HEX #44AA34 Fruit Salad

📋 copy color: '#44AA34'

red 68 ◦ green 170 ◦ blue 52

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

Shades of Fruit Salad #44AA34

Tints of Fruit Salad #44AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 23.45%
G = 58.62%
B = 17.93%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#44AA34 (or 0x44AA34) is known color: Fruit Salad. HEX triplet: 44, AA and 34. RGB value is (68,170,52). Sum of RGB (Red+Green+Blue) = 68+170+52=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AA34 is #BB55CB. Grayscale: #7E7E7E. Windows color (decimal): -12277196 or 3451460. OLE color: 3451460.

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

Color convert

RGB 68 170 52 -
CMYK 0.6 0 0.69 0.33
HSL 111.86º 0.53% 0.44% -
HSV(B) 111.86º 0.69% 0.67% -
XYZ 17.38 30.23 8.17 -
YUV 126.05 86.21 86.59 -
System Red Green Blue C M Y K H S L
Decimal 68 170 52 0.6 0 0.69 0.33 111.86 0.53 0.44
Hex 44 AA 34 3C 0 45 21 70 35 2C
Octal 104 252 64 74 0 105 41 160 65 54
Binary 1000100 10101010 110100 111100 0 1000101 100001 1110000 110101 101100

Color Harmonies of #44AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA34

Black with #44AA34

Text Example


Text Example

White with #44AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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