Shades of Fruit Salad #459F41
Tints of Fruit Salad #459F41
RGB
CMYK
RGB Variations
Color information
#459F41 (or 0x459F41) is known color: Fruit Salad. HEX triplet: 45, 9F and 41. RGB value is (69,159,65). Sum of RGB (Red+Green+Blue) = 69+159+65=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #459F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F41 is #BA60BE. Grayscale: #797979. Windows color (decimal): -12214463 or 4300613. OLE color: 4300613.
HSL color Cylindrical-coordinate representation of color #459F41: hue angle of 117.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #459F41 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 65 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.38 |
| HSL | 117.45º | 0.42% | 0.44% | - |
| HSV(B) | 117.45º | 0.59% | 0.62% | - |
| XYZ | 15.81 | 26.44 | 9.27 | - |
| YUV | 121.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 65 | 0.57 | 0 | 0.59 | 0.38 | 117.45 | 0.42 | 0.44 |
| Hex | 45 | 9F | 41 | 39 | 0 | 3B | 26 | 75 | 2A | 2C |
| Octal | 105 | 237 | 101 | 71 | 0 | 73 | 46 | 165 | 52 | 54 |
| Binary | 1000101 | 10011111 | 1000001 | 111001 | 0 | 111011 | 100110 | 1110101 | 101010 | 101100 |
Color Harmonies of #459F41
Complementary color
Monochromatic Colors of #459F41
Black with #459F41
Text Example
Text Example
White with #459F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F41; }
p { color: rgb(69,159,65); }
H1.HeaderClassName
{
color: #459F41;
}
.AnyTagClassName
{
color: #459F41;
}
</style>
background-color css
<style>
a { background-color: #459F41; }
a { background-color: rgb(69,159,65); }
div.DivClassName
{
background-color: #459F41;
}
.BgClassName
{
background-color: #459F41;
}
</style>
border-color css
<style>
span { border-color: #459F41; }
span { border-color: rgb(69,159,65); }
td.TdClassName
{
border-color: #459F41;
}
.TagClassName
{
border-color: #459F41;
}
</style>