Shades of Fruit Salad #459A4F
Tints of Fruit Salad #459A4F
RGB
CMYK
RGB Variations
Color information
#459A4F (or 0x459A4F) is known color: Fruit Salad. HEX triplet: 45, 9A and 4F. RGB value is (69,154,79). Sum of RGB (Red+Green+Blue) = 69+154+79=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #459A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459A4F is #BA65B0. Grayscale: #787878. Windows color (decimal): -12215729 or 5216837. OLE color: 5216837.
HSL color Cylindrical-coordinate representation of color #459A4F: hue angle of 127.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459A4F is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 79 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.40 |
| HSL | 127.06º | 0.38% | 0.44% | - |
| HSV(B) | 127.06º | 0.55% | 0.6% | - |
| XYZ | 15.42 | 24.94 | 11.4 | - |
| YUV | 120.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 79 | 0.55 | 0 | 0.49 | 0.40 | 127.06 | 0.38 | 0.44 |
| Hex | 45 | 9A | 4F | 37 | 0 | 31 | 28 | 7F | 26 | 2C |
| Octal | 105 | 232 | 117 | 67 | 0 | 61 | 50 | 177 | 46 | 54 |
| Binary | 1000101 | 10011010 | 1001111 | 110111 | 0 | 110001 | 101000 | 1111111 | 100110 | 101100 |
Color Harmonies of #459A4F
Complementary color
Monochromatic Colors of #459A4F
Black with #459A4F
Text Example
Text Example
White with #459A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A4F; }
p { color: rgb(69,154,79); }
H1.HeaderClassName
{
color: #459A4F;
}
.AnyTagClassName
{
color: #459A4F;
}
</style>
background-color css
<style>
a { background-color: #459A4F; }
a { background-color: rgb(69,154,79); }
div.DivClassName
{
background-color: #459A4F;
}
.BgClassName
{
background-color: #459A4F;
}
</style>
border-color css
<style>
span { border-color: #459A4F; }
span { border-color: rgb(69,154,79); }
td.TdClassName
{
border-color: #459A4F;
}
.TagClassName
{
border-color: #459A4F;
}
</style>