Shades of Fruit Salad #458F4D
Tints of Fruit Salad #458F4D
RGB
CMYK
RGB Variations
Color information
#458F4D (or 0x458F4D) is known color: Fruit Salad. HEX triplet: 45, 8F and 4D. RGB value is (69,143,77). Sum of RGB (Red+Green+Blue) = 69+143+77=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #458F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458F4D is #BA70B2. Grayscale: #717171. Windows color (decimal): -12218547 or 5082949. OLE color: 5082949.
HSL color Cylindrical-coordinate representation of color #458F4D: hue angle of 126.49º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458F4D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 143 | 77 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.44 |
| HSL | 126.49º | 0.35% | 0.42% | - |
| HSV(B) | 126.49º | 0.52% | 0.56% | - |
| XYZ | 13.62 | 21.45 | 10.44 | - |
| YUV | 113.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 77 | 0.52 | 0 | 0.46 | 0.44 | 126.49 | 0.35 | 0.42 |
| Hex | 45 | 8F | 4D | 34 | 0 | 2E | 2C | 7E | 23 | 2A |
| Octal | 105 | 217 | 115 | 64 | 0 | 56 | 54 | 176 | 43 | 52 |
| Binary | 1000101 | 10001111 | 1001101 | 110100 | 0 | 101110 | 101100 | 1111110 | 100011 | 101010 |
Color Harmonies of #458F4D
Complementary color
Monochromatic Colors of #458F4D
Black with #458F4D
Text Example
Text Example
White with #458F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458F4D; }
p { color: rgb(69,143,77); }
H1.HeaderClassName
{
color: #458F4D;
}
.AnyTagClassName
{
color: #458F4D;
}
</style>
background-color css
<style>
a { background-color: #458F4D; }
a { background-color: rgb(69,143,77); }
div.DivClassName
{
background-color: #458F4D;
}
.BgClassName
{
background-color: #458F4D;
}
</style>
border-color css
<style>
span { border-color: #458F4D; }
span { border-color: rgb(69,143,77); }
td.TdClassName
{
border-color: #458F4D;
}
.TagClassName
{
border-color: #458F4D;
}
</style>