#44984B

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

Shades of Fruit Salad #44984B

Tints of Fruit Salad #44984B

Color information

#44984B (or 0x44984B) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 4B. RGB value is (68,152,75). Sum of RGB (Red+Green+Blue) = 68+152+75=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #44984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44984B is #BB67B4. Grayscale: #767676. Windows color (decimal): -12281781 or 4954180. OLE color: 4954180.

HSL color Cylindrical-coordinate representation of color #44984B: hue angle of 125º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44984B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB6815275-
CMYK0.5500.510.40
HSL125º38.18%43.14%-
HSV(B)125º55.26%59.61%-
XYZ14.8824.1910.54-
YUV118.11103.6792.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=23.05%
G=51.53%
B=25.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152750.5500.510.4012538.1843.14
Hex44984B37033287d262b
Octal10423011367063501754653
Binary100010010011000100101111011101100111010001111101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44984B; }

 p { color: rgb(68,152,75); }

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

<style>
 a { background-color: #44984B; }

 a { background-color: rgb(68,152,75); }

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

<style>
 span { border-color: #44984B; }

 span { border-color: rgb(68,152,75); }

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