Shades of Fruit Salad #459F4A
Tints of Fruit Salad #459F4A
RGB
CMYK
RGB Variations
Color information
#459F4A (or 0x459F4A) is known color: Fruit Salad. HEX triplet: 45, 9F and 4A. RGB value is (69,159,74). Sum of RGB (Red+Green+Blue) = 69+159+74=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #459F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F4A is #BA60B5. Grayscale: #7A7A7A. Windows color (decimal): -12214454 or 4890437. OLE color: 4890437.
HSL color Cylindrical-coordinate representation of color #459F4A: hue angle of 123.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #459F4A is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 74 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.38 |
| HSL | 123.33º | 0.39% | 0.45% | - |
| HSV(B) | 123.33º | 0.57% | 0.62% | - |
| XYZ | 16.09 | 26.56 | 10.76 | - |
| YUV | 122.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 74 | 0.57 | 0 | 0.53 | 0.38 | 123.33 | 0.39 | 0.45 |
| Hex | 45 | 9F | 4A | 39 | 0 | 35 | 26 | 7B | 27 | 2D |
| Octal | 105 | 237 | 112 | 71 | 0 | 65 | 46 | 173 | 47 | 55 |
| Binary | 1000101 | 10011111 | 1001010 | 111001 | 0 | 110101 | 100110 | 1111011 | 100111 | 101101 |
Color Harmonies of #459F4A
Complementary color
Monochromatic Colors of #459F4A
Black with #459F4A
Text Example
Text Example
White with #459F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F4A; }
p { color: rgb(69,159,74); }
H1.HeaderClassName
{
color: #459F4A;
}
.AnyTagClassName
{
color: #459F4A;
}
</style>
background-color css
<style>
a { background-color: #459F4A; }
a { background-color: rgb(69,159,74); }
div.DivClassName
{
background-color: #459F4A;
}
.BgClassName
{
background-color: #459F4A;
}
</style>
border-color css
<style>
span { border-color: #459F4A; }
span { border-color: rgb(69,159,74); }
td.TdClassName
{
border-color: #459F4A;
}
.TagClassName
{
border-color: #459F4A;
}
</style>