Shades of Fruit Salad #45953F
Tints of Fruit Salad #45953F
RGB
CMYK
RGB Variations
Color information
#45953F (or 0x45953F) is known color: Fruit Salad. HEX triplet: 45, 95 and 3F. RGB value is (69,149,63). Sum of RGB (Red+Green+Blue) = 69+149+63=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #45953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45953F is #BA6AC0. Grayscale: #737373. Windows color (decimal): -12217025 or 4166981. OLE color: 4166981.
HSL color Cylindrical-coordinate representation of color #45953F: hue angle of 115.81º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45953F is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 63 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.42 |
| HSL | 115.81º | 0.41% | 0.42% | - |
| HSV(B) | 115.81º | 0.58% | 0.58% | - |
| XYZ | 14.1 | 23.12 | 8.42 | - |
| YUV | 115.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 63 | 0.54 | 0 | 0.58 | 0.42 | 115.81 | 0.41 | 0.42 |
| Hex | 45 | 95 | 3F | 36 | 0 | 3A | 2A | 74 | 29 | 2A |
| Octal | 105 | 225 | 77 | 66 | 0 | 72 | 52 | 164 | 51 | 52 |
| Binary | 1000101 | 10010101 | 111111 | 110110 | 0 | 111010 | 101010 | 1110100 | 101001 | 101010 |
Color Harmonies of #45953F
Complementary color
Monochromatic Colors of #45953F
Black with #45953F
Text Example
Text Example
White with #45953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45953F; }
p { color: rgb(69,149,63); }
H1.HeaderClassName
{
color: #45953F;
}
.AnyTagClassName
{
color: #45953F;
}
</style>
background-color css
<style>
a { background-color: #45953F; }
a { background-color: rgb(69,149,63); }
div.DivClassName
{
background-color: #45953F;
}
.BgClassName
{
background-color: #45953F;
}
</style>
border-color css
<style>
span { border-color: #45953F; }
span { border-color: rgb(69,149,63); }
td.TdClassName
{
border-color: #45953F;
}
.TagClassName
{
border-color: #45953F;
}
</style>