#44B13D

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

Shades of Fruit Salad #44B13D

Tints of Fruit Salad #44B13D

Color information

#44B13D (or 0x44B13D) is unknown color: approx Fruit Salad. HEX triplet: 44, B1 and 3D. RGB value is (68,177,61). Sum of RGB (Red+Green+Blue) = 68+177+61=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #44B13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B13D is #BB4EC2. Grayscale: #838383. Windows color (decimal): -12275395 or 4043076. OLE color: 4043076.

HSL color Cylindrical-coordinate representation of color #44B13D: hue angle of 116.38º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44B13D is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB6817761-
CMYK0.6200.660.31
HSL116.38º48.74%46.67%-
HSV(B)116.38º65.54%69.41%-
XYZ18.9533.019.79-
YUV131.1888.3982.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 177 (69.53% from 255) = 57.84%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=22.22%
G=57.84%
B=19.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68177610.6200.660.31116.3848.7446.67
Hex44B13D3E0421F74312f
Octal10426175760102371646157
Binary10001001011000111110111111001000010111111110100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,61); }

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

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

 a { background-color: rgb(68,177,61); }

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

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

 span { border-color: rgb(68,177,61); }

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