Shades of Fruit Salad #49B038
Tints of Fruit Salad #49B038
RGB
CMYK
RGB Variations
Color information
#49B038 (or 0x49B038) is known color: Fruit Salad. HEX triplet: 49, B0 and 38. RGB value is (73,176,56). Sum of RGB (Red+Green+Blue) = 73+176+56=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #49B038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B038 is #B64FC7. Grayscale: #838383. Windows color (decimal): -11947976 or 3715145. OLE color: 3715145.
HSL color Cylindrical-coordinate representation of color #49B038: hue angle of 111.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49B038 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 56 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.31 |
| HSL | 111.5º | 0.52% | 0.45% | - |
| HSV(B) | 111.5º | 0.68% | 0.69% | - |
| XYZ | 18.99 | 32.75 | 9.06 | - |
| YUV | 131.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 56 | 0.59 | 0 | 0.68 | 0.31 | 111.5 | 0.52 | 0.45 |
| Hex | 49 | B0 | 38 | 3B | 0 | 44 | 1F | 70 | 34 | 2D |
| Octal | 111 | 260 | 70 | 73 | 0 | 104 | 37 | 160 | 64 | 55 |
| Binary | 1001001 | 10110000 | 111000 | 111011 | 0 | 1000100 | 11111 | 1110000 | 110100 | 101101 |
Color Harmonies of #49B038
Complementary color
Monochromatic Colors of #49B038
Black with #49B038
Text Example
Text Example
White with #49B038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B038; }
p { color: rgb(73,176,56); }
H1.HeaderClassName
{
color: #49B038;
}
.AnyTagClassName
{
color: #49B038;
}
</style>
background-color css
<style>
a { background-color: #49B038; }
a { background-color: rgb(73,176,56); }
div.DivClassName
{
background-color: #49B038;
}
.BgClassName
{
background-color: #49B038;
}
</style>
border-color css
<style>
span { border-color: #49B038; }
span { border-color: rgb(73,176,56); }
td.TdClassName
{
border-color: #49B038;
}
.TagClassName
{
border-color: #49B038;
}
</style>