#44AF38

Color #44AF38 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #44AF38

Tints of Fruit Salad #44AF38

Color information

#44AF38 (or 0x44AF38) is unknown color: approx Fruit Salad. HEX triplet: 44, AF and 38. RGB value is (68,175,56). Sum of RGB (Red+Green+Blue) = 68+175+56=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF38 is #BB50C7. Grayscale: #818181. Windows color (decimal): -12275912 or 3714884. OLE color: 3714884.

HSL color Cylindrical-coordinate representation of color #44AF38: hue angle of 113.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44AF38 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB6817556-
CMYK0.6100.680.31
HSL113.95º51.52%45.29%-
HSV(B)113.95º68%68.63%-
XYZ18.4332.178.98-
YUV129.4486.5584.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 175 (68.75% from 255) = 58.53%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=22.74%
G=58.53%
B=18.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68175560.6100.680.31113.9551.5245.29
Hex44AF383D0441F72342d
Octal10425770750104371626455
Binary10001001010111111100011110101000100111111110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,175,56); }

 H1.HeaderClassName
 {
   color: #44AF38;
 }
 .AnyTagClassName
 {
   color: #44AF38;
 }
</style>
background-color css

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

 a { background-color: rgb(68,175,56); }

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

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

 span { border-color: rgb(68,175,56); }

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