Shades of Fruit Salad #459E4D
Tints of Fruit Salad #459E4D
RGB
CMYK
RGB Variations
Color information
#459E4D (or 0x459E4D) is known color: Fruit Salad. HEX triplet: 45, 9E and 4D. RGB value is (69,158,77). Sum of RGB (Red+Green+Blue) = 69+158+77=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #459E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459E4D is #BA61B2. Grayscale: #7A7A7A. Windows color (decimal): -12214707 or 5086789. OLE color: 5086789.
HSL color Cylindrical-coordinate representation of color #459E4D: hue angle of 125.39º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459E4D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 158 | 77 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.38 |
| HSL | 125.39º | 0.39% | 0.45% | - |
| HSV(B) | 125.39º | 0.56% | 0.62% | - |
| XYZ | 16.02 | 26.25 | 11.24 | - |
| YUV | 122.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 77 | 0.56 | 0 | 0.51 | 0.38 | 125.39 | 0.39 | 0.45 |
| Hex | 45 | 9E | 4D | 38 | 0 | 33 | 26 | 7D | 27 | 2D |
| Octal | 105 | 236 | 115 | 70 | 0 | 63 | 46 | 175 | 47 | 55 |
| Binary | 1000101 | 10011110 | 1001101 | 111000 | 0 | 110011 | 100110 | 1111101 | 100111 | 101101 |
Color Harmonies of #459E4D
Complementary color
Monochromatic Colors of #459E4D
Black with #459E4D
Text Example
Text Example
White with #459E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459E4D; }
p { color: rgb(69,158,77); }
H1.HeaderClassName
{
color: #459E4D;
}
.AnyTagClassName
{
color: #459E4D;
}
</style>
background-color css
<style>
a { background-color: #459E4D; }
a { background-color: rgb(69,158,77); }
div.DivClassName
{
background-color: #459E4D;
}
.BgClassName
{
background-color: #459E4D;
}
</style>
border-color css
<style>
span { border-color: #459E4D; }
span { border-color: rgb(69,158,77); }
td.TdClassName
{
border-color: #459E4D;
}
.TagClassName
{
border-color: #459E4D;
}
</style>