Shades of Fruit Salad #459748
Tints of Fruit Salad #459748
RGB
CMYK
RGB Variations
Color information
#459748 (or 0x459748) is known color: Fruit Salad. HEX triplet: 45, 97 and 48. RGB value is (69,151,72). Sum of RGB (Red+Green+Blue) = 69+151+72=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #459748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459748 is #BA68B7. Grayscale: #757575. Windows color (decimal): -12216504 or 4757317. OLE color: 4757317.
HSL color Cylindrical-coordinate representation of color #459748: hue angle of 122.2º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459748 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 151 | 72 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.41 |
| HSL | 122.2º | 0.37% | 0.43% | - |
| HSV(B) | 122.2º | 0.54% | 0.59% | - |
| XYZ | 14.69 | 23.87 | 9.96 | - |
| YUV | 117.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 72 | 0.54 | 0 | 0.52 | 0.41 | 122.2 | 0.37 | 0.43 |
| Hex | 45 | 97 | 48 | 36 | 0 | 34 | 29 | 7A | 25 | 2B |
| Octal | 105 | 227 | 110 | 66 | 0 | 64 | 51 | 172 | 45 | 53 |
| Binary | 1000101 | 10010111 | 1001000 | 110110 | 0 | 110100 | 101001 | 1111010 | 100101 | 101011 |
Color Harmonies of #459748
Complementary color
Monochromatic Colors of #459748
Black with #459748
Text Example
Text Example
White with #459748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459748; }
p { color: rgb(69,151,72); }
H1.HeaderClassName
{
color: #459748;
}
.AnyTagClassName
{
color: #459748;
}
</style>
background-color css
<style>
a { background-color: #459748; }
a { background-color: rgb(69,151,72); }
div.DivClassName
{
background-color: #459748;
}
.BgClassName
{
background-color: #459748;
}
</style>
border-color css
<style>
span { border-color: #459748; }
span { border-color: rgb(69,151,72); }
td.TdClassName
{
border-color: #459748;
}
.TagClassName
{
border-color: #459748;
}
</style>