#44924A

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

Shades of Fruit Salad #44924A

Tints of Fruit Salad #44924A

Color information

#44924A (or 0x44924A) is unknown color: approx Fruit Salad. HEX triplet: 44, 92 and 4A. RGB value is (68,146,74). Sum of RGB (Red+Green+Blue) = 68+146+74=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #44924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44924A is #BB6DB5. Grayscale: #727272. Windows color (decimal): -12283318 or 4887108. OLE color: 4887108.

HSL color Cylindrical-coordinate representation of color #44924A: hue angle of 124.62º 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 #44924A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB6814674-
CMYK0.5300.490.43
HSL124.62º36.45%41.96%-
HSV(B)124.62º53.42%57.25%-
XYZ13.922.2810.05-
YUV114.47105.1694.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=23.61%
G=50.69%
B=25.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146740.5300.490.43124.6236.4541.96
Hex44924A350312B7d242a
Octal10422211265061531754452
Binary100010010010010100101011010101100011010111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44924A; }

 p { color: rgb(68,146,74); }

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

<style>
 a { background-color: #44924A; }

 a { background-color: rgb(68,146,74); }

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

<style>
 span { border-color: #44924A; }

 span { border-color: rgb(68,146,74); }

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