Shades of Fruit Salad #459951
Tints of Fruit Salad #459951
RGB
CMYK
RGB Variations
Color information
#459951 (or 0x459951) is known color: Fruit Salad. HEX triplet: 45, 99 and 51. RGB value is (69,153,81). Sum of RGB (Red+Green+Blue) = 69+153+81=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #459951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459951 is #BA66AE. Grayscale: #777777. Windows color (decimal): -12215983 or 5347653. OLE color: 5347653.
HSL color Cylindrical-coordinate representation of color #459951: hue angle of 128.57º 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 #459951 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 81 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.4 |
| HSL | 128.57º | 0.38% | 0.44% | - |
| HSV(B) | 128.57º | 0.55% | 0.6% | - |
| XYZ | 15.33 | 24.64 | 11.73 | - |
| YUV | 119.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 81 | 0.55 | 0 | 0.47 | 0.4 | 128.57 | 0.38 | 0.44 |
| Hex | 45 | 99 | 51 | 37 | 0 | 2F | 28 | 81 | 26 | 2C |
| Octal | 105 | 231 | 121 | 67 | 0 | 57 | 50 | 201 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1010001 | 110111 | 0 | 101111 | 101000 | 10000001 | 100110 | 101100 |
Color Harmonies of #459951
Complementary color
Monochromatic Colors of #459951
Black with #459951
Text Example
Text Example
White with #459951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459951; }
p { color: rgb(69,153,81); }
H1.HeaderClassName
{
color: #459951;
}
.AnyTagClassName
{
color: #459951;
}
</style>
background-color css
<style>
a { background-color: #459951; }
a { background-color: rgb(69,153,81); }
div.DivClassName
{
background-color: #459951;
}
.BgClassName
{
background-color: #459951;
}
</style>
border-color css
<style>
span { border-color: #459951; }
span { border-color: rgb(69,153,81); }
td.TdClassName
{
border-color: #459951;
}
.TagClassName
{
border-color: #459951;
}
</style>