Shades of Fruit Salad #45934D
Tints of Fruit Salad #45934D
RGB
CMYK
RGB Variations
Color information
#45934D (or 0x45934D) is known color: Fruit Salad. HEX triplet: 45, 93 and 4D. RGB value is (69,147,77). Sum of RGB (Red+Green+Blue) = 69+147+77=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #45934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45934D is #BA6CB2. Grayscale: #737373. Windows color (decimal): -12217523 or 5083973. OLE color: 5083973.
HSL color Cylindrical-coordinate representation of color #45934D: hue angle of 126.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45934D is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 147 | 77 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.42 |
| HSL | 126.15º | 0.36% | 0.42% | - |
| HSV(B) | 126.15º | 0.53% | 0.58% | - |
| XYZ | 14.23 | 22.67 | 10.65 | - |
| YUV | 115.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 77 | 0.53 | 0 | 0.48 | 0.42 | 126.15 | 0.36 | 0.42 |
| Hex | 45 | 93 | 4D | 35 | 0 | 30 | 2A | 7E | 24 | 2A |
| Octal | 105 | 223 | 115 | 65 | 0 | 60 | 52 | 176 | 44 | 52 |
| Binary | 1000101 | 10010011 | 1001101 | 110101 | 0 | 110000 | 101010 | 1111110 | 100100 | 101010 |
Color Harmonies of #45934D
Complementary color
Monochromatic Colors of #45934D
Black with #45934D
Text Example
Text Example
White with #45934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45934D; }
p { color: rgb(69,147,77); }
H1.HeaderClassName
{
color: #45934D;
}
.AnyTagClassName
{
color: #45934D;
}
</style>
background-color css
<style>
a { background-color: #45934D; }
a { background-color: rgb(69,147,77); }
div.DivClassName
{
background-color: #45934D;
}
.BgClassName
{
background-color: #45934D;
}
</style>
border-color css
<style>
span { border-color: #45934D; }
span { border-color: rgb(69,147,77); }
td.TdClassName
{
border-color: #45934D;
}
.TagClassName
{
border-color: #45934D;
}
</style>