Shades of Fruit Salad #409A3F
Tints of Fruit Salad #409A3F
RGB
CMYK
RGB Variations
Color information
#409A3F (or 0x409A3F) is known color: Fruit Salad. HEX triplet: 40, 9A and 3F. RGB value is (64,154,63). Sum of RGB (Red+Green+Blue) = 64+154+63=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #409A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409A3F is #BF65C0. Grayscale: #747474. Windows color (decimal): -12543425 or 4168256. OLE color: 4168256.
HSL color Cylindrical-coordinate representation of color #409A3F: hue angle of 119.34º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409A3F is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 63 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.40 |
| HSL | 119.34º | 0.42% | 0.43% | - |
| HSV(B) | 119.34º | 0.59% | 0.6% | - |
| XYZ | 14.57 | 24.56 | 8.68 | - |
| YUV | 116.72 | 97.68 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 63 | 0.58 | 0 | 0.59 | 0.40 | 119.34 | 0.42 | 0.43 |
| Hex | 40 | 9A | 3F | 3A | 0 | 3B | 28 | 77 | 2A | 2B |
| Octal | 100 | 232 | 77 | 72 | 0 | 73 | 50 | 167 | 52 | 53 |
| Binary | 1000000 | 10011010 | 111111 | 111010 | 0 | 111011 | 101000 | 1110111 | 101010 | 101011 |
Color Harmonies of #409A3F
Complementary color
Monochromatic Colors of #409A3F
Black with #409A3F
Text Example
Text Example
White with #409A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A3F; }
p { color: rgb(64,154,63); }
H1.HeaderClassName
{
color: #409A3F;
}
.AnyTagClassName
{
color: #409A3F;
}
</style>
background-color css
<style>
a { background-color: #409A3F; }
a { background-color: rgb(64,154,63); }
div.DivClassName
{
background-color: #409A3F;
}
.BgClassName
{
background-color: #409A3F;
}
</style>
border-color css
<style>
span { border-color: #409A3F; }
span { border-color: rgb(64,154,63); }
td.TdClassName
{
border-color: #409A3F;
}
.TagClassName
{
border-color: #409A3F;
}
</style>