Shades of Fruit Salad #359C41
Tints of Fruit Salad #359C41
RGB
CMYK
RGB Variations
Color information
#359C41 (or 0x359C41) is known color: Fruit Salad. HEX triplet: 35, 9C and 41. RGB value is (53,156,65). Sum of RGB (Red+Green+Blue) = 53+156+65=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #359C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C41 is #CA63BE. Grayscale: #737373. Windows color (decimal): -13263807 or 4299829. OLE color: 4299829.
HSL color Cylindrical-coordinate representation of color #359C41: hue angle of 126.99º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C41 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 65 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.39 |
| HSL | 126.99º | 0.49% | 0.41% | - |
| HSV(B) | 126.99º | 0.66% | 0.61% | - |
| XYZ | 14.31 | 24.92 | 9.06 | - |
| YUV | 114.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 65 | 0.66 | 0 | 0.58 | 0.39 | 126.99 | 0.49 | 0.41 |
| Hex | 35 | 9C | 41 | 42 | 0 | 3A | 27 | 7F | 31 | 29 |
| Octal | 65 | 234 | 101 | 102 | 0 | 72 | 47 | 177 | 61 | 51 |
| Binary | 110101 | 10011100 | 1000001 | 1000010 | 0 | 111010 | 100111 | 1111111 | 110001 | 101001 |
Color Harmonies of #359C41
Complementary color
Monochromatic Colors of #359C41
Black with #359C41
Text Example
Text Example
White with #359C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C41; }
p { color: rgb(53,156,65); }
H1.HeaderClassName
{
color: #359C41;
}
.AnyTagClassName
{
color: #359C41;
}
</style>
background-color css
<style>
a { background-color: #359C41; }
a { background-color: rgb(53,156,65); }
div.DivClassName
{
background-color: #359C41;
}
.BgClassName
{
background-color: #359C41;
}
</style>
border-color css
<style>
span { border-color: #359C41; }
span { border-color: rgb(53,156,65); }
td.TdClassName
{
border-color: #359C41;
}
.TagClassName
{
border-color: #359C41;
}
</style>