Shades of Fruit Salad #369A40
Tints of Fruit Salad #369A40
RGB
CMYK
RGB Variations
Color information
#369A40 (or 0x369A40) is known color: Fruit Salad. HEX triplet: 36, 9A and 40. RGB value is (54,154,64). Sum of RGB (Red+Green+Blue) = 54+154+64=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #369A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A40 is #C965BF. Grayscale: #727272. Windows color (decimal): -13198784 or 4233782. OLE color: 4233782.
HSL color Cylindrical-coordinate representation of color #369A40: hue angle of 126º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A40 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 64 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.40 |
| HSL | 126º | 0.48% | 0.41% | - |
| HSV(B) | 126º | 0.65% | 0.6% | - |
| XYZ | 14 | 24.27 | 8.8 | - |
| YUV | 113.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 64 | 0.65 | 0 | 0.58 | 0.40 | 126 | 0.48 | 0.41 |
| Hex | 36 | 9A | 40 | 41 | 0 | 3A | 28 | 7E | 30 | 29 |
| Octal | 66 | 232 | 100 | 101 | 0 | 72 | 50 | 176 | 60 | 51 |
| Binary | 110110 | 10011010 | 1000000 | 1000001 | 0 | 111010 | 101000 | 1111110 | 110000 | 101001 |
Color Harmonies of #369A40
Complementary color
Monochromatic Colors of #369A40
Black with #369A40
Text Example
Text Example
White with #369A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A40; }
p { color: rgb(54,154,64); }
H1.HeaderClassName
{
color: #369A40;
}
.AnyTagClassName
{
color: #369A40;
}
</style>
background-color css
<style>
a { background-color: #369A40; }
a { background-color: rgb(54,154,64); }
div.DivClassName
{
background-color: #369A40;
}
.BgClassName
{
background-color: #369A40;
}
</style>
border-color css
<style>
span { border-color: #369A40; }
span { border-color: rgb(54,154,64); }
td.TdClassName
{
border-color: #369A40;
}
.TagClassName
{
border-color: #369A40;
}
</style>