Shades of Fruit Salad #45A73A
Tints of Fruit Salad #45A73A
RGB
CMYK
RGB Variations
Color information
#45A73A (or 0x45A73A) is known color: Fruit Salad. HEX triplet: 45, A7 and 3A. RGB value is (69,167,58). Sum of RGB (Red+Green+Blue) = 69+167+58=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #45A73A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A73A is #BA58C5. Grayscale: #7D7D7D. Windows color (decimal): -12212422 or 3843909. OLE color: 3843909.
HSL color Cylindrical-coordinate representation of color #45A73A: hue angle of 113.94º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45A73A is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 167 | 58 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.35 |
| HSL | 113.95º | 0.48% | 0.44% | - |
| HSV(B) | 113.95º | 0.65% | 0.65% | - |
| XYZ | 17.04 | 29.21 | 8.74 | - |
| YUV | 125.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 167 | 58 | 0.59 | 0 | 0.65 | 0.35 | 113.95 | 0.48 | 0.44 |
| Hex | 45 | A7 | 3A | 3B | 0 | 41 | 23 | 72 | 30 | 2C |
| Octal | 105 | 247 | 72 | 73 | 0 | 101 | 43 | 162 | 60 | 54 |
| Binary | 1000101 | 10100111 | 111010 | 111011 | 0 | 1000001 | 100011 | 1110010 | 110000 | 101100 |
Color Harmonies of #45A73A
Complementary color
Monochromatic Colors of #45A73A
Black with #45A73A
Text Example
Text Example
White with #45A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A73A; }
p { color: rgb(69,167,58); }
H1.HeaderClassName
{
color: #45A73A;
}
.AnyTagClassName
{
color: #45A73A;
}
</style>
background-color css
<style>
a { background-color: #45A73A; }
a { background-color: rgb(69,167,58); }
div.DivClassName
{
background-color: #45A73A;
}
.BgClassName
{
background-color: #45A73A;
}
</style>
border-color css
<style>
span { border-color: #45A73A; }
span { border-color: rgb(69,167,58); }
td.TdClassName
{
border-color: #45A73A;
}
.TagClassName
{
border-color: #45A73A;
}
</style>