#44914B

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

Shades of Fruit Salad #44914B

Tints of Fruit Salad #44914B

Color information

#44914B (or 0x44914B) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 4B. RGB value is (68,145,75). Sum of RGB (Red+Green+Blue) = 68+145+75=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #44914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44914B is #BB6EB4. Grayscale: #727272. Windows color (decimal): -12283573 or 4952388. OLE color: 4952388.

HSL color Cylindrical-coordinate representation of color #44914B: hue angle of 125.45º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44914B is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB6814575-
CMYK0.5300.480.43
HSL125.45º36.15%41.76%-
HSV(B)125.45º53.1%56.86%-
XYZ13.7821.9910.17-
YUV114105.9995.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=23.61%
G=50.35%
B=26.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145750.5300.480.43125.4536.1541.76
Hex44914B350302B7d242a
Octal10422111365060531754452
Binary100010010010001100101111010101100001010111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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