#44924B

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

Shades of Fruit Salad #44924B

Tints of Fruit Salad #44924B

Color information

#44924B (or 0x44924B) is unknown color: approx Fruit Salad. HEX triplet: 44, 92 and 4B. RGB value is (68,146,75). Sum of RGB (Red+Green+Blue) = 68+146+75=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #44924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44924B is #BB6DB4. Grayscale: #727272. Windows color (decimal): -12283317 or 4952644. OLE color: 4952644.

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

Color convert

RGB6814675-
CMYK0.5300.490.43
HSL125.38º36.45%41.96%-
HSV(B)125.38º53.42%57.25%-
XYZ13.9322.2910.23-
YUV114.58105.6694.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=23.53%
G=50.52%
B=25.95%

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
Decimal68146750.5300.490.43125.3836.4541.96
Hex44924B350312B7d242a
Octal10422211365061531754452
Binary100010010010010100101111010101100011010111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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