Shades of Fruit Salad #409B45
Tints of Fruit Salad #409B45
RGB
CMYK
RGB Variations
Color information
#409B45 (or 0x409B45) is known color: Fruit Salad. HEX triplet: 40, 9B and 45. RGB value is (64,155,69). Sum of RGB (Red+Green+Blue) = 64+155+69=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #409B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409B45 is #BF64BA. Grayscale: #767676. Windows color (decimal): -12543163 or 4561728. OLE color: 4561728.
HSL color Cylindrical-coordinate representation of color #409B45: hue angle of 123.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B45 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 69 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.39 |
| HSL | 123.3º | 0.42% | 0.43% | - |
| HSV(B) | 123.3º | 0.59% | 0.61% | - |
| XYZ | 14.91 | 24.96 | 9.66 | - |
| YUV | 117.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 69 | 0.59 | 0 | 0.55 | 0.39 | 123.3 | 0.42 | 0.43 |
| Hex | 40 | 9B | 45 | 3B | 0 | 37 | 27 | 7B | 2A | 2B |
| Octal | 100 | 233 | 105 | 73 | 0 | 67 | 47 | 173 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1000101 | 111011 | 0 | 110111 | 100111 | 1111011 | 101010 | 101011 |
Color Harmonies of #409B45
Complementary color
Monochromatic Colors of #409B45
Black with #409B45
Text Example
Text Example
White with #409B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B45; }
p { color: rgb(64,155,69); }
H1.HeaderClassName
{
color: #409B45;
}
.AnyTagClassName
{
color: #409B45;
}
</style>
background-color css
<style>
a { background-color: #409B45; }
a { background-color: rgb(64,155,69); }
div.DivClassName
{
background-color: #409B45;
}
.BgClassName
{
background-color: #409B45;
}
</style>
border-color css
<style>
span { border-color: #409B45; }
span { border-color: rgb(64,155,69); }
td.TdClassName
{
border-color: #409B45;
}
.TagClassName
{
border-color: #409B45;
}
</style>