Shades of Fruit Salad #45993D
Tints of Fruit Salad #45993D
RGB
CMYK
RGB Variations
Color information
#45993D (or 0x45993D) is known color: Fruit Salad. HEX triplet: 45, 99 and 3D. RGB value is (69,153,61). Sum of RGB (Red+Green+Blue) = 69+153+61=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #45993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45993D is #BA66C2. Grayscale: #757575. Windows color (decimal): -12216003 or 4036933. OLE color: 4036933.
HSL color Cylindrical-coordinate representation of color #45993D: hue angle of 114.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45993D is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 61 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.4 |
| HSL | 114.78º | 0.43% | 0.42% | - |
| HSV(B) | 114.78º | 0.6% | 0.6% | - |
| XYZ | 14.69 | 24.38 | 8.35 | - |
| YUV | 117.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 61 | 0.55 | 0 | 0.60 | 0.4 | 114.78 | 0.43 | 0.42 |
| Hex | 45 | 99 | 3D | 37 | 0 | 3C | 28 | 73 | 2B | 2A |
| Octal | 105 | 231 | 75 | 67 | 0 | 74 | 50 | 163 | 53 | 52 |
| Binary | 1000101 | 10011001 | 111101 | 110111 | 0 | 111100 | 101000 | 1110011 | 101011 | 101010 |
Color Harmonies of #45993D
Complementary color
Monochromatic Colors of #45993D
Black with #45993D
Text Example
Text Example
White with #45993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45993D; }
p { color: rgb(69,153,61); }
H1.HeaderClassName
{
color: #45993D;
}
.AnyTagClassName
{
color: #45993D;
}
</style>
background-color css
<style>
a { background-color: #45993D; }
a { background-color: rgb(69,153,61); }
div.DivClassName
{
background-color: #45993D;
}
.BgClassName
{
background-color: #45993D;
}
</style>
border-color css
<style>
span { border-color: #45993D; }
span { border-color: rgb(69,153,61); }
td.TdClassName
{
border-color: #45993D;
}
.TagClassName
{
border-color: #45993D;
}
</style>