Shades of Fruit Salad #45934C
Tints of Fruit Salad #45934C
RGB
CMYK
RGB Variations
Color information
#45934C (or 0x45934C) is known color: Fruit Salad. HEX triplet: 45, 93 and 4C. RGB value is (69,147,76). Sum of RGB (Red+Green+Blue) = 69+147+76=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #45934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45934C is #BA6CB3. Grayscale: #737373. Windows color (decimal): -12217524 or 5018437. OLE color: 5018437.
HSL color Cylindrical-coordinate representation of color #45934C: hue angle of 125.38º 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 #45934C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 147 | 76 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.42 |
| HSL | 125.38º | 0.36% | 0.42% | - |
| HSV(B) | 125.38º | 0.53% | 0.58% | - |
| XYZ | 14.19 | 22.65 | 10.46 | - |
| YUV | 115.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 76 | 0.53 | 0 | 0.48 | 0.42 | 125.38 | 0.36 | 0.42 |
| Hex | 45 | 93 | 4C | 35 | 0 | 30 | 2A | 7D | 24 | 2A |
| Octal | 105 | 223 | 114 | 65 | 0 | 60 | 52 | 175 | 44 | 52 |
| Binary | 1000101 | 10010011 | 1001100 | 110101 | 0 | 110000 | 101010 | 1111101 | 100100 | 101010 |
Color Harmonies of #45934C
Complementary color
Monochromatic Colors of #45934C
Black with #45934C
Text Example
Text Example
White with #45934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45934C; }
p { color: rgb(69,147,76); }
H1.HeaderClassName
{
color: #45934C;
}
.AnyTagClassName
{
color: #45934C;
}
</style>
background-color css
<style>
a { background-color: #45934C; }
a { background-color: rgb(69,147,76); }
div.DivClassName
{
background-color: #45934C;
}
.BgClassName
{
background-color: #45934C;
}
</style>
border-color css
<style>
span { border-color: #45934C; }
span { border-color: rgb(69,147,76); }
td.TdClassName
{
border-color: #45934C;
}
.TagClassName
{
border-color: #45934C;
}
</style>