Shades of Fruit Salad #458D48
Tints of Fruit Salad #458D48
RGB
CMYK
RGB Variations
Color information
#458D48 (or 0x458D48) is known color: Fruit Salad. HEX triplet: 45, 8D and 48. RGB value is (69,141,72). Sum of RGB (Red+Green+Blue) = 69+141+72=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #458D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458D48 is #BA72B7. Grayscale: #6F6F6F. Windows color (decimal): -12219064 or 4754757. OLE color: 4754757.
HSL color Cylindrical-coordinate representation of color #458D48: hue angle of 122.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D48 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 72 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.45 |
| HSL | 122.5º | 0.34% | 0.41% | - |
| HSV(B) | 122.5º | 0.51% | 0.55% | - |
| XYZ | 13.15 | 20.78 | 9.45 | - |
| YUV | 111.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 72 | 0.51 | 0 | 0.49 | 0.45 | 122.5 | 0.34 | 0.41 |
| Hex | 45 | 8D | 48 | 33 | 0 | 31 | 2D | 7B | 22 | 29 |
| Octal | 105 | 215 | 110 | 63 | 0 | 61 | 55 | 173 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1001000 | 110011 | 0 | 110001 | 101101 | 1111011 | 100010 | 101001 |
Color Harmonies of #458D48
Complementary color
Monochromatic Colors of #458D48
Black with #458D48
Text Example
Text Example
White with #458D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D48; }
p { color: rgb(69,141,72); }
H1.HeaderClassName
{
color: #458D48;
}
.AnyTagClassName
{
color: #458D48;
}
</style>
background-color css
<style>
a { background-color: #458D48; }
a { background-color: rgb(69,141,72); }
div.DivClassName
{
background-color: #458D48;
}
.BgClassName
{
background-color: #458D48;
}
</style>
border-color css
<style>
span { border-color: #458D48; }
span { border-color: rgb(69,141,72); }
td.TdClassName
{
border-color: #458D48;
}
.TagClassName
{
border-color: #458D48;
}
</style>