Shades of Fruit Salad #458D4A
Tints of Fruit Salad #458D4A
RGB
CMYK
RGB Variations
Color information
#458D4A (or 0x458D4A) is known color: Fruit Salad. HEX triplet: 45, 8D and 4A. RGB value is (69,141,74). Sum of RGB (Red+Green+Blue) = 69+141+74=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #458D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458D4A is #BA72B5. Grayscale: #707070. Windows color (decimal): -12219062 or 4885829. OLE color: 4885829.
HSL color Cylindrical-coordinate representation of color #458D4A: hue angle of 124.17º 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 #458D4A is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 74 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.45 |
| HSL | 124.17º | 0.34% | 0.41% | - |
| HSV(B) | 124.17º | 0.51% | 0.55% | - |
| XYZ | 13.22 | 20.81 | 9.8 | - |
| YUV | 111.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 74 | 0.51 | 0 | 0.48 | 0.45 | 124.17 | 0.34 | 0.41 |
| Hex | 45 | 8D | 4A | 33 | 0 | 30 | 2D | 7C | 22 | 29 |
| Octal | 105 | 215 | 112 | 63 | 0 | 60 | 55 | 174 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1001010 | 110011 | 0 | 110000 | 101101 | 1111100 | 100010 | 101001 |
Color Harmonies of #458D4A
Complementary color
Monochromatic Colors of #458D4A
Black with #458D4A
Text Example
Text Example
White with #458D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D4A; }
p { color: rgb(69,141,74); }
H1.HeaderClassName
{
color: #458D4A;
}
.AnyTagClassName
{
color: #458D4A;
}
</style>
background-color css
<style>
a { background-color: #458D4A; }
a { background-color: rgb(69,141,74); }
div.DivClassName
{
background-color: #458D4A;
}
.BgClassName
{
background-color: #458D4A;
}
</style>
border-color css
<style>
span { border-color: #458D4A; }
span { border-color: rgb(69,141,74); }
td.TdClassName
{
border-color: #458D4A;
}
.TagClassName
{
border-color: #458D4A;
}
</style>