Shades of Fruit Salad #459C48
Tints of Fruit Salad #459C48
RGB
CMYK
RGB Variations
Color information
#459C48 (or 0x459C48) is known color: Fruit Salad. HEX triplet: 45, 9C and 48. RGB value is (69,156,72). Sum of RGB (Red+Green+Blue) = 69+156+72=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #459C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459C48 is #BA63B7. Grayscale: #787878. Windows color (decimal): -12215224 or 4758597. OLE color: 4758597.
HSL color Cylindrical-coordinate representation of color #459C48: hue angle of 122.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C48 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 72 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.39 |
| HSL | 122.07º | 0.39% | 0.44% | - |
| HSV(B) | 122.07º | 0.56% | 0.61% | - |
| XYZ | 15.51 | 25.51 | 10.24 | - |
| YUV | 120.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 72 | 0.56 | 0 | 0.54 | 0.39 | 122.07 | 0.39 | 0.44 |
| Hex | 45 | 9C | 48 | 38 | 0 | 36 | 27 | 7A | 27 | 2C |
| Octal | 105 | 234 | 110 | 70 | 0 | 66 | 47 | 172 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1001000 | 111000 | 0 | 110110 | 100111 | 1111010 | 100111 | 101100 |
Color Harmonies of #459C48
Complementary color
Monochromatic Colors of #459C48
Black with #459C48
Text Example
Text Example
White with #459C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C48; }
p { color: rgb(69,156,72); }
H1.HeaderClassName
{
color: #459C48;
}
.AnyTagClassName
{
color: #459C48;
}
</style>
background-color css
<style>
a { background-color: #459C48; }
a { background-color: rgb(69,156,72); }
div.DivClassName
{
background-color: #459C48;
}
.BgClassName
{
background-color: #459C48;
}
</style>
border-color css
<style>
span { border-color: #459C48; }
span { border-color: rgb(69,156,72); }
td.TdClassName
{
border-color: #459C48;
}
.TagClassName
{
border-color: #459C48;
}
</style>