Shades of Fruit Salad #45994A
Tints of Fruit Salad #45994A
RGB
CMYK
RGB Variations
Color information
#45994A (or 0x45994A) is known color: Fruit Salad. HEX triplet: 45, 99 and 4A. RGB value is (69,153,74). Sum of RGB (Red+Green+Blue) = 69+153+74=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #45994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45994A is #BA66B5. Grayscale: #777777. Windows color (decimal): -12215990 or 4888901. OLE color: 4888901.
HSL color Cylindrical-coordinate representation of color #45994A: hue angle of 123.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45994A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 74 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.4 |
| HSL | 123.57º | 0.38% | 0.44% | - |
| HSV(B) | 123.57º | 0.55% | 0.6% | - |
| XYZ | 15.08 | 24.54 | 10.42 | - |
| YUV | 118.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 74 | 0.55 | 0 | 0.52 | 0.4 | 123.57 | 0.38 | 0.44 |
| Hex | 45 | 99 | 4A | 37 | 0 | 34 | 28 | 7C | 26 | 2C |
| Octal | 105 | 231 | 112 | 67 | 0 | 64 | 50 | 174 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1001010 | 110111 | 0 | 110100 | 101000 | 1111100 | 100110 | 101100 |
Color Harmonies of #45994A
Complementary color
Monochromatic Colors of #45994A
Black with #45994A
Text Example
Text Example
White with #45994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45994A; }
p { color: rgb(69,153,74); }
H1.HeaderClassName
{
color: #45994A;
}
.AnyTagClassName
{
color: #45994A;
}
</style>
background-color css
<style>
a { background-color: #45994A; }
a { background-color: rgb(69,153,74); }
div.DivClassName
{
background-color: #45994A;
}
.BgClassName
{
background-color: #45994A;
}
</style>
border-color css
<style>
span { border-color: #45994A; }
span { border-color: rgb(69,153,74); }
td.TdClassName
{
border-color: #45994A;
}
.TagClassName
{
border-color: #45994A;
}
</style>