Shades of Fruit Salad #459F3C
Tints of Fruit Salad #459F3C
RGB
CMYK
RGB Variations
Color information
#459F3C (or 0x459F3C) is known color: Fruit Salad. HEX triplet: 45, 9F and 3C. RGB value is (69,159,60). Sum of RGB (Red+Green+Blue) = 69+159+60=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #459F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459F3C is #BA60C3. Grayscale: #797979. Windows color (decimal): -12214468 or 3972933. OLE color: 3972933.
HSL color Cylindrical-coordinate representation of color #459F3C: hue angle of 114.55º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #459F3C is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 60 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.38 |
| HSL | 114.55º | 0.45% | 0.43% | - |
| HSV(B) | 114.55º | 0.62% | 0.62% | - |
| XYZ | 15.67 | 26.39 | 8.54 | - |
| YUV | 120.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 60 | 0.57 | 0 | 0.62 | 0.38 | 114.55 | 0.45 | 0.43 |
| Hex | 45 | 9F | 3C | 39 | 0 | 3E | 26 | 73 | 2D | 2B |
| Octal | 105 | 237 | 74 | 71 | 0 | 76 | 46 | 163 | 55 | 53 |
| Binary | 1000101 | 10011111 | 111100 | 111001 | 0 | 111110 | 100110 | 1110011 | 101101 | 101011 |
Color Harmonies of #459F3C
Complementary color
Monochromatic Colors of #459F3C
Black with #459F3C
Text Example
Text Example
White with #459F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F3C; }
p { color: rgb(69,159,60); }
H1.HeaderClassName
{
color: #459F3C;
}
.AnyTagClassName
{
color: #459F3C;
}
</style>
background-color css
<style>
a { background-color: #459F3C; }
a { background-color: rgb(69,159,60); }
div.DivClassName
{
background-color: #459F3C;
}
.BgClassName
{
background-color: #459F3C;
}
</style>
border-color css
<style>
span { border-color: #459F3C; }
span { border-color: rgb(69,159,60); }
td.TdClassName
{
border-color: #459F3C;
}
.TagClassName
{
border-color: #459F3C;
}
</style>