Shades of Fruit Salad #459E40
Tints of Fruit Salad #459E40
RGB
CMYK
RGB Variations
Color information
#459E40 (or 0x459E40) is known color: Fruit Salad. HEX triplet: 45, 9E and 40. RGB value is (69,158,64). Sum of RGB (Red+Green+Blue) = 69+158+64=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #459E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459E40 is #BA61BF. Grayscale: #787878. Windows color (decimal): -12214720 or 4234821. OLE color: 4234821.
HSL color Cylindrical-coordinate representation of color #459E40: hue angle of 116.81º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #459E40 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 158 | 64 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.38 |
| HSL | 116.81º | 0.42% | 0.44% | - |
| HSV(B) | 116.81º | 0.59% | 0.62% | - |
| XYZ | 15.61 | 26.09 | 9.06 | - |
| YUV | 120.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 64 | 0.56 | 0 | 0.59 | 0.38 | 116.81 | 0.42 | 0.44 |
| Hex | 45 | 9E | 40 | 38 | 0 | 3B | 26 | 75 | 2A | 2C |
| Octal | 105 | 236 | 100 | 70 | 0 | 73 | 46 | 165 | 52 | 54 |
| Binary | 1000101 | 10011110 | 1000000 | 111000 | 0 | 111011 | 100110 | 1110101 | 101010 | 101100 |
Color Harmonies of #459E40
Complementary color
Monochromatic Colors of #459E40
Black with #459E40
Text Example
Text Example
White with #459E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459E40; }
p { color: rgb(69,158,64); }
H1.HeaderClassName
{
color: #459E40;
}
.AnyTagClassName
{
color: #459E40;
}
</style>
background-color css
<style>
a { background-color: #459E40; }
a { background-color: rgb(69,158,64); }
div.DivClassName
{
background-color: #459E40;
}
.BgClassName
{
background-color: #459E40;
}
</style>
border-color css
<style>
span { border-color: #459E40; }
span { border-color: rgb(69,158,64); }
td.TdClassName
{
border-color: #459E40;
}
.TagClassName
{
border-color: #459E40;
}
</style>