Shades of Fruit Salad #458D44
Tints of Fruit Salad #458D44
RGB
CMYK
RGB Variations
Color information
#458D44 (or 0x458D44) is known color: Fruit Salad. HEX triplet: 45, 8D and 44. RGB value is (69,141,68). Sum of RGB (Red+Green+Blue) = 69+141+68=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #458D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458D44 is #BA72BB. Grayscale: #6F6F6F. Windows color (decimal): -12219068 or 4492613. OLE color: 4492613.
HSL color Cylindrical-coordinate representation of color #458D44: hue angle of 119.18º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458D44 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 68 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.45 |
| HSL | 119.18º | 0.35% | 0.41% | - |
| HSV(B) | 119.18º | 0.52% | 0.55% | - |
| XYZ | 13.02 | 20.73 | 8.78 | - |
| YUV | 111.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 68 | 0.51 | 0 | 0.52 | 0.45 | 119.18 | 0.35 | 0.41 |
| Hex | 45 | 8D | 44 | 33 | 0 | 34 | 2D | 77 | 23 | 29 |
| Octal | 105 | 215 | 104 | 63 | 0 | 64 | 55 | 167 | 43 | 51 |
| Binary | 1000101 | 10001101 | 1000100 | 110011 | 0 | 110100 | 101101 | 1110111 | 100011 | 101001 |
Color Harmonies of #458D44
Complementary color
Monochromatic Colors of #458D44
Black with #458D44
Text Example
Text Example
White with #458D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D44; }
p { color: rgb(69,141,68); }
H1.HeaderClassName
{
color: #458D44;
}
.AnyTagClassName
{
color: #458D44;
}
</style>
background-color css
<style>
a { background-color: #458D44; }
a { background-color: rgb(69,141,68); }
div.DivClassName
{
background-color: #458D44;
}
.BgClassName
{
background-color: #458D44;
}
</style>
border-color css
<style>
span { border-color: #458D44; }
span { border-color: rgb(69,141,68); }
td.TdClassName
{
border-color: #458D44;
}
.TagClassName
{
border-color: #458D44;
}
</style>