Shades of Fruit Salad #359D3A
Tints of Fruit Salad #359D3A
RGB
CMYK
RGB Variations
Color information
#359D3A (or 0x359D3A) is known color: Fruit Salad. HEX triplet: 35, 9D and 3A. RGB value is (53,157,58). Sum of RGB (Red+Green+Blue) = 53+157+58=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #359D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D3A is #CA62C5. Grayscale: #727272. Windows color (decimal): -13263558 or 3841333. OLE color: 3841333.
HSL color Cylindrical-coordinate representation of color #359D3A: hue angle of 122.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D3A is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 58 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.38 |
| HSL | 122.88º | 0.5% | 0.41% | - |
| HSV(B) | 122.88º | 0.66% | 0.62% | - |
| XYZ | 14.29 | 25.18 | 8.11 | - |
| YUV | 114.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 58 | 0.66 | 0 | 0.63 | 0.38 | 122.88 | 0.5 | 0.41 |
| Hex | 35 | 9D | 3A | 42 | 0 | 3F | 26 | 7B | 32 | 29 |
| Octal | 65 | 235 | 72 | 102 | 0 | 77 | 46 | 173 | 62 | 51 |
| Binary | 110101 | 10011101 | 111010 | 1000010 | 0 | 111111 | 100110 | 1111011 | 110010 | 101001 |
Color Harmonies of #359D3A
Complementary color
Monochromatic Colors of #359D3A
Black with #359D3A
Text Example
Text Example
White with #359D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D3A; }
p { color: rgb(53,157,58); }
H1.HeaderClassName
{
color: #359D3A;
}
.AnyTagClassName
{
color: #359D3A;
}
</style>
background-color css
<style>
a { background-color: #359D3A; }
a { background-color: rgb(53,157,58); }
div.DivClassName
{
background-color: #359D3A;
}
.BgClassName
{
background-color: #359D3A;
}
</style>
border-color css
<style>
span { border-color: #359D3A; }
span { border-color: rgb(53,157,58); }
td.TdClassName
{
border-color: #359D3A;
}
.TagClassName
{
border-color: #359D3A;
}
</style>