Shades of Fruit Salad #369841
Tints of Fruit Salad #369841
RGB
CMYK
RGB Variations
Color information
#369841 (or 0x369841) is known color: Fruit Salad. HEX triplet: 36, 98 and 41. RGB value is (54,152,65). Sum of RGB (Red+Green+Blue) = 54+152+65=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #369841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369841 is #C967BE. Grayscale: #717171. Windows color (decimal): -13199295 or 4298806. OLE color: 4298806.
HSL color Cylindrical-coordinate representation of color #369841: hue angle of 126.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369841 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 65 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.40 |
| HSL | 126.73º | 0.48% | 0.4% | - |
| HSV(B) | 126.73º | 0.64% | 0.6% | - |
| XYZ | 13.7 | 23.62 | 8.84 | - |
| YUV | 112.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 65 | 0.64 | 0 | 0.57 | 0.40 | 126.73 | 0.48 | 0.4 |
| Hex | 36 | 98 | 41 | 40 | 0 | 39 | 28 | 7F | 30 | 28 |
| Octal | 66 | 230 | 101 | 100 | 0 | 71 | 50 | 177 | 60 | 50 |
| Binary | 110110 | 10011000 | 1000001 | 1000000 | 0 | 111001 | 101000 | 1111111 | 110000 | 101000 |
Color Harmonies of #369841
Complementary color
Monochromatic Colors of #369841
Black with #369841
Text Example
Text Example
White with #369841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369841; }
p { color: rgb(54,152,65); }
H1.HeaderClassName
{
color: #369841;
}
.AnyTagClassName
{
color: #369841;
}
</style>
background-color css
<style>
a { background-color: #369841; }
a { background-color: rgb(54,152,65); }
div.DivClassName
{
background-color: #369841;
}
.BgClassName
{
background-color: #369841;
}
</style>
border-color css
<style>
span { border-color: #369841; }
span { border-color: rgb(54,152,65); }
td.TdClassName
{
border-color: #369841;
}
.TagClassName
{
border-color: #369841;
}
</style>