Shades of Fruit Salad #359741
Tints of Fruit Salad #359741
RGB
CMYK
RGB Variations
Color information
#359741 (or 0x359741) is known color: Fruit Salad. HEX triplet: 35, 97 and 41. RGB value is (53,151,65). Sum of RGB (Red+Green+Blue) = 53+151+65=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #359741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359741 is #CA68BE. Grayscale: #707070. Windows color (decimal): -13265087 or 4298549. OLE color: 4298549.
HSL color Cylindrical-coordinate representation of color #359741: hue angle of 127.35º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359741 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 151 | 65 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.41 |
| HSL | 127.35º | 0.48% | 0.4% | - |
| HSV(B) | 127.35º | 0.65% | 0.59% | - |
| XYZ | 13.49 | 23.27 | 8.78 | - |
| YUV | 111.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 65 | 0.65 | 0 | 0.57 | 0.41 | 127.35 | 0.48 | 0.4 |
| Hex | 35 | 97 | 41 | 41 | 0 | 39 | 29 | 7F | 30 | 28 |
| Octal | 65 | 227 | 101 | 101 | 0 | 71 | 51 | 177 | 60 | 50 |
| Binary | 110101 | 10010111 | 1000001 | 1000001 | 0 | 111001 | 101001 | 1111111 | 110000 | 101000 |
Color Harmonies of #359741
Complementary color
Monochromatic Colors of #359741
Black with #359741
Text Example
Text Example
White with #359741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359741; }
p { color: rgb(53,151,65); }
H1.HeaderClassName
{
color: #359741;
}
.AnyTagClassName
{
color: #359741;
}
</style>
background-color css
<style>
a { background-color: #359741; }
a { background-color: rgb(53,151,65); }
div.DivClassName
{
background-color: #359741;
}
.BgClassName
{
background-color: #359741;
}
</style>
border-color css
<style>
span { border-color: #359741; }
span { border-color: rgb(53,151,65); }
td.TdClassName
{
border-color: #359741;
}
.TagClassName
{
border-color: #359741;
}
</style>