Shades of Fruit Salad #459A47
Tints of Fruit Salad #459A47
RGB
CMYK
RGB Variations
Color information
#459A47 (or 0x459A47) is known color: Fruit Salad. HEX triplet: 45, 9A and 47. RGB value is (69,154,71). Sum of RGB (Red+Green+Blue) = 69+154+71=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #459A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459A47 is #BA65B8. Grayscale: #777777. Windows color (decimal): -12215737 or 4692549. OLE color: 4692549.
HSL color Cylindrical-coordinate representation of color #459A47: hue angle of 121.41º 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 #459A47 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 71 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.40 |
| HSL | 121.41º | 0.38% | 0.44% | - |
| HSV(B) | 121.41º | 0.55% | 0.6% | - |
| XYZ | 15.15 | 24.83 | 9.96 | - |
| YUV | 119.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 71 | 0.55 | 0 | 0.54 | 0.40 | 121.41 | 0.38 | 0.44 |
| Hex | 45 | 9A | 47 | 37 | 0 | 36 | 28 | 79 | 26 | 2C |
| Octal | 105 | 232 | 107 | 67 | 0 | 66 | 50 | 171 | 46 | 54 |
| Binary | 1000101 | 10011010 | 1000111 | 110111 | 0 | 110110 | 101000 | 1111001 | 100110 | 101100 |
Color Harmonies of #459A47
Complementary color
Monochromatic Colors of #459A47
Black with #459A47
Text Example
Text Example
White with #459A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A47; }
p { color: rgb(69,154,71); }
H1.HeaderClassName
{
color: #459A47;
}
.AnyTagClassName
{
color: #459A47;
}
</style>
background-color css
<style>
a { background-color: #459A47; }
a { background-color: rgb(69,154,71); }
div.DivClassName
{
background-color: #459A47;
}
.BgClassName
{
background-color: #459A47;
}
</style>
border-color css
<style>
span { border-color: #459A47; }
span { border-color: rgb(69,154,71); }
td.TdClassName
{
border-color: #459A47;
}
.TagClassName
{
border-color: #459A47;
}
</style>