#49924A

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

Shades of Fruit Salad #49924A

Tints of Fruit Salad #49924A

Color information

#49924A (or 0x49924A) is unknown color: approx Fruit Salad. HEX triplet: 49, 92 and 4A. RGB value is (73,146,74). Sum of RGB (Red+Green+Blue) = 73+146+74=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #49924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49924A is #B66DB5. Grayscale: #747474. Windows color (decimal): -11955638 or 4887113. OLE color: 4887113.

HSL color Cylindrical-coordinate representation of color #49924A: hue angle of 120.82º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49924A is Cyan = 0.5, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB7314674-
CMYK0.500.490.43
HSL120.82º33.33%42.94%-
HSV(B)120.82º50%57.25%-
XYZ14.2622.4710.06-
YUV115.96104.3297.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=24.91%
G=49.83%
B=25.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146740.500.490.43120.8233.3342.94
Hex49924A320312B79212b
Octal11122211262061531714153
Binary100100110010010100101011001001100011010111111001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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