Shades of Fruit Salad #409B4B
Tints of Fruit Salad #409B4B
RGB
CMYK
RGB Variations
Color information
#409B4B (or 0x409B4B) is known color: Fruit Salad. HEX triplet: 40, 9B and 4B. RGB value is (64,155,75). Sum of RGB (Red+Green+Blue) = 64+155+75=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #409B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409B4B is #BF64B4. Grayscale: #767676. Windows color (decimal): -12543157 or 4954944. OLE color: 4954944.
HSL color Cylindrical-coordinate representation of color #409B4B: hue angle of 127.25º 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 #409B4B is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 75 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.39 |
| HSL | 127.25º | 0.42% | 0.43% | - |
| HSV(B) | 127.25º | 0.59% | 0.61% | - |
| XYZ | 15.11 | 25.04 | 10.69 | - |
| YUV | 118.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 75 | 0.59 | 0 | 0.52 | 0.39 | 127.25 | 0.42 | 0.43 |
| Hex | 40 | 9B | 4B | 3B | 0 | 34 | 27 | 7F | 2A | 2B |
| Octal | 100 | 233 | 113 | 73 | 0 | 64 | 47 | 177 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1001011 | 111011 | 0 | 110100 | 100111 | 1111111 | 101010 | 101011 |
Color Harmonies of #409B4B
Complementary color
Monochromatic Colors of #409B4B
Black with #409B4B
Text Example
Text Example
White with #409B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B4B; }
p { color: rgb(64,155,75); }
H1.HeaderClassName
{
color: #409B4B;
}
.AnyTagClassName
{
color: #409B4B;
}
</style>
background-color css
<style>
a { background-color: #409B4B; }
a { background-color: rgb(64,155,75); }
div.DivClassName
{
background-color: #409B4B;
}
.BgClassName
{
background-color: #409B4B;
}
</style>
border-color css
<style>
span { border-color: #409B4B; }
span { border-color: rgb(64,155,75); }
td.TdClassName
{
border-color: #409B4B;
}
.TagClassName
{
border-color: #409B4B;
}
</style>