Html Css Color HEX #44AD34 Fruit Salad

📋 copy color: '#44AD34'

red 68 ◦ green 173 ◦ blue 52

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

Shades of Fruit Salad #44AD34

Tints of Fruit Salad #44AD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.04%

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

R = 23.21%
G = 59.04%
B = 17.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#44AD34 (or 0x44AD34) is known color: Fruit Salad. HEX triplet: 44, AD and 34. RGB value is (68,173,52). Sum of RGB (Red+Green+Blue) = 68+173+52=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AD34 is #BB52CB. Grayscale: #808080. Windows color (decimal): -12276428 or 3452228. OLE color: 3452228.

HSL color Cylindrical-coordinate representation of color #44AD34: hue angle of 112.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44AD34 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 173 52 -
CMYK 0.61 0 0.70 0.32
HSL 112.07º 0.54% 0.44% -
HSV(B) 112.07º 0.7% 0.68% -
XYZ 17.95 31.36 8.36 -
YUV 127.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 68 173 52 0.61 0 0.70 0.32 112.07 0.54 0.44
Hex 44 AD 34 3D 0 46 20 70 36 2C
Octal 104 255 64 75 0 106 40 160 66 54
Binary 1000100 10101101 110100 111101 0 1000110 100000 1110000 110110 101100

Color Harmonies of #44AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AD34

Black with #44AD34

Text Example


Text Example

White with #44AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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