Shades of Fruit Salad #369741
Tints of Fruit Salad #369741
RGB
CMYK
RGB Variations
Color information
#369741 (or 0x369741) is known color: Fruit Salad. HEX triplet: 36, 97 and 41. RGB value is (54,151,65). Sum of RGB (Red+Green+Blue) = 54+151+65=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #369741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369741 is #C968BE. Grayscale: #707070. Windows color (decimal): -13199551 or 4298550. OLE color: 4298550.
HSL color Cylindrical-coordinate representation of color #369741: hue angle of 126.8º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369741 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 65 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.41 |
| HSL | 126.8º | 0.47% | 0.4% | - |
| HSV(B) | 126.8º | 0.64% | 0.59% | - |
| XYZ | 13.54 | 23.3 | 8.78 | - |
| YUV | 112.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 65 | 0.64 | 0 | 0.57 | 0.41 | 126.8 | 0.47 | 0.4 |
| Hex | 36 | 97 | 41 | 40 | 0 | 39 | 29 | 7F | 2F | 28 |
| Octal | 66 | 227 | 101 | 100 | 0 | 71 | 51 | 177 | 57 | 50 |
| Binary | 110110 | 10010111 | 1000001 | 1000000 | 0 | 111001 | 101001 | 1111111 | 101111 | 101000 |
Color Harmonies of #369741
Complementary color
Monochromatic Colors of #369741
Black with #369741
Text Example
Text Example
White with #369741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369741; }
p { color: rgb(54,151,65); }
H1.HeaderClassName
{
color: #369741;
}
.AnyTagClassName
{
color: #369741;
}
</style>
background-color css
<style>
a { background-color: #369741; }
a { background-color: rgb(54,151,65); }
div.DivClassName
{
background-color: #369741;
}
.BgClassName
{
background-color: #369741;
}
</style>
border-color css
<style>
span { border-color: #369741; }
span { border-color: rgb(54,151,65); }
td.TdClassName
{
border-color: #369741;
}
.TagClassName
{
border-color: #369741;
}
</style>