#44A53A

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

Shades of Fruit Salad #44A53A

Tints of Fruit Salad #44A53A

Color information

#44A53A (or 0x44A53A) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 3A. RGB value is (68,165,58). Sum of RGB (Red+Green+Blue) = 68+165+58=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #44A53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A53A is #BB5AC5. Grayscale: #7C7C7C. Windows color (decimal): -12278470 or 3843396. OLE color: 3843396.

HSL color Cylindrical-coordinate representation of color #44A53A: hue angle of 114.39º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44A53A is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB6816558-
CMYK0.5900.650.35
HSL114.39º47.98%43.73%-
HSV(B)114.39º64.85%64.71%-
XYZ16.628.448.62-
YUV123.890.8688.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=23.37%
G=56.70%
B=19.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165580.5900.650.35114.3947.9843.73
Hex44A53A3B0412372302c
Octal10424572730101431626054
Binary100010010100101111010111011010000011000111110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,58); }

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

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

 a { background-color: rgb(68,165,58); }

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

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

 span { border-color: rgb(68,165,58); }

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