Shades of Fruit Salad #49B23C
Tints of Fruit Salad #49B23C
RGB
CMYK
RGB Variations
Color information
#49B23C (or 0x49B23C) is known color: Fruit Salad. HEX triplet: 49, B2 and 3C. RGB value is (73,178,60). Sum of RGB (Red+Green+Blue) = 73+178+60=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #49B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B23C is #B64DC3. Grayscale: #858585. Windows color (decimal): -11947460 or 3977801. OLE color: 3977801.
HSL color Cylindrical-coordinate representation of color #49B23C: hue angle of 113.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49B23C is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 60 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.30 |
| HSL | 113.39º | 0.5% | 0.47% | - |
| HSV(B) | 113.39º | 0.66% | 0.7% | - |
| XYZ | 19.48 | 33.58 | 9.73 | - |
| YUV | 133.15 | 86.71 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 60 | 0.59 | 0 | 0.66 | 0.30 | 113.39 | 0.5 | 0.47 |
| Hex | 49 | B2 | 3C | 3B | 0 | 42 | 1E | 71 | 32 | 2F |
| Octal | 111 | 262 | 74 | 73 | 0 | 102 | 36 | 161 | 62 | 57 |
| Binary | 1001001 | 10110010 | 111100 | 111011 | 0 | 1000010 | 11110 | 1110001 | 110010 | 101111 |
Color Harmonies of #49B23C
Complementary color
Monochromatic Colors of #49B23C
Black with #49B23C
Text Example
Text Example
White with #49B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B23C; }
p { color: rgb(73,178,60); }
H1.HeaderClassName
{
color: #49B23C;
}
.AnyTagClassName
{
color: #49B23C;
}
</style>
background-color css
<style>
a { background-color: #49B23C; }
a { background-color: rgb(73,178,60); }
div.DivClassName
{
background-color: #49B23C;
}
.BgClassName
{
background-color: #49B23C;
}
</style>
border-color css
<style>
span { border-color: #49B23C; }
span { border-color: rgb(73,178,60); }
td.TdClassName
{
border-color: #49B23C;
}
.TagClassName
{
border-color: #49B23C;
}
</style>