Shades of Fruit Salad #369C41
Tints of Fruit Salad #369C41
RGB
CMYK
RGB Variations
Color information
#369C41 (or 0x369C41) is known color: Fruit Salad. HEX triplet: 36, 9C and 41. RGB value is (54,156,65). Sum of RGB (Red+Green+Blue) = 54+156+65=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #369C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369C41 is #C963BE. Grayscale: #737373. Windows color (decimal): -13198271 or 4299830. OLE color: 4299830.
HSL color Cylindrical-coordinate representation of color #369C41: hue angle of 126.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C41 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 65 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.39 |
| HSL | 126.47º | 0.49% | 0.41% | - |
| HSV(B) | 126.47º | 0.65% | 0.61% | - |
| XYZ | 14.36 | 24.94 | 9.06 | - |
| YUV | 115.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 65 | 0.65 | 0 | 0.58 | 0.39 | 126.47 | 0.49 | 0.41 |
| Hex | 36 | 9C | 41 | 41 | 0 | 3A | 27 | 7E | 31 | 29 |
| Octal | 66 | 234 | 101 | 101 | 0 | 72 | 47 | 176 | 61 | 51 |
| Binary | 110110 | 10011100 | 1000001 | 1000001 | 0 | 111010 | 100111 | 1111110 | 110001 | 101001 |
Color Harmonies of #369C41
Complementary color
Monochromatic Colors of #369C41
Black with #369C41
Text Example
Text Example
White with #369C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C41; }
p { color: rgb(54,156,65); }
H1.HeaderClassName
{
color: #369C41;
}
.AnyTagClassName
{
color: #369C41;
}
</style>
background-color css
<style>
a { background-color: #369C41; }
a { background-color: rgb(54,156,65); }
div.DivClassName
{
background-color: #369C41;
}
.BgClassName
{
background-color: #369C41;
}
</style>
border-color css
<style>
span { border-color: #369C41; }
span { border-color: rgb(54,156,65); }
td.TdClassName
{
border-color: #369C41;
}
.TagClassName
{
border-color: #369C41;
}
</style>