Shades of Fruit Salad #409A3C
Tints of Fruit Salad #409A3C
RGB
CMYK
RGB Variations
Color information
#409A3C (or 0x409A3C) is known color: Fruit Salad. HEX triplet: 40, 9A and 3C. RGB value is (64,154,60). Sum of RGB (Red+Green+Blue) = 64+154+60=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #409A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409A3C is #BF65C3. Grayscale: #747474. Windows color (decimal): -12543428 or 3971648. OLE color: 3971648.
HSL color Cylindrical-coordinate representation of color #409A3C: hue angle of 117.45º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409A3C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 60 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.40 |
| HSL | 117.45º | 0.44% | 0.42% | - |
| HSV(B) | 117.45º | 0.61% | 0.6% | - |
| XYZ | 14.49 | 24.53 | 8.25 | - |
| YUV | 116.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 60 | 0.58 | 0 | 0.61 | 0.40 | 117.45 | 0.44 | 0.42 |
| Hex | 40 | 9A | 3C | 3A | 0 | 3D | 28 | 75 | 2C | 2A |
| Octal | 100 | 232 | 74 | 72 | 0 | 75 | 50 | 165 | 54 | 52 |
| Binary | 1000000 | 10011010 | 111100 | 111010 | 0 | 111101 | 101000 | 1110101 | 101100 | 101010 |
Color Harmonies of #409A3C
Complementary color
Monochromatic Colors of #409A3C
Black with #409A3C
Text Example
Text Example
White with #409A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A3C; }
p { color: rgb(64,154,60); }
H1.HeaderClassName
{
color: #409A3C;
}
.AnyTagClassName
{
color: #409A3C;
}
</style>
background-color css
<style>
a { background-color: #409A3C; }
a { background-color: rgb(64,154,60); }
div.DivClassName
{
background-color: #409A3C;
}
.BgClassName
{
background-color: #409A3C;
}
</style>
border-color css
<style>
span { border-color: #409A3C; }
span { border-color: rgb(64,154,60); }
td.TdClassName
{
border-color: #409A3C;
}
.TagClassName
{
border-color: #409A3C;
}
</style>