Shades of Fruit Salad #359D3F
Tints of Fruit Salad #359D3F
RGB
CMYK
RGB Variations
Color information
#359D3F (or 0x359D3F) is known color: Fruit Salad. HEX triplet: 35, 9D and 3F. RGB value is (53,157,63). Sum of RGB (Red+Green+Blue) = 53+157+63=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #359D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D3F is #CA62C0. Grayscale: #737373. Windows color (decimal): -13263553 or 4169013. OLE color: 4169013.
HSL color Cylindrical-coordinate representation of color #359D3F: hue angle of 125.77º 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 #359D3F is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 63 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.38 |
| HSL | 125.77º | 0.5% | 0.41% | - |
| HSV(B) | 125.77º | 0.66% | 0.62% | - |
| XYZ | 14.42 | 25.23 | 8.81 | - |
| YUV | 115.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 63 | 0.66 | 0 | 0.60 | 0.38 | 125.77 | 0.5 | 0.41 |
| Hex | 35 | 9D | 3F | 42 | 0 | 3C | 26 | 7E | 32 | 29 |
| Octal | 65 | 235 | 77 | 102 | 0 | 74 | 46 | 176 | 62 | 51 |
| Binary | 110101 | 10011101 | 111111 | 1000010 | 0 | 111100 | 100110 | 1111110 | 110010 | 101001 |
Color Harmonies of #359D3F
Complementary color
Monochromatic Colors of #359D3F
Black with #359D3F
Text Example
Text Example
White with #359D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D3F; }
p { color: rgb(53,157,63); }
H1.HeaderClassName
{
color: #359D3F;
}
.AnyTagClassName
{
color: #359D3F;
}
</style>
background-color css
<style>
a { background-color: #359D3F; }
a { background-color: rgb(53,157,63); }
div.DivClassName
{
background-color: #359D3F;
}
.BgClassName
{
background-color: #359D3F;
}
</style>
border-color css
<style>
span { border-color: #359D3F; }
span { border-color: rgb(53,157,63); }
td.TdClassName
{
border-color: #359D3F;
}
.TagClassName
{
border-color: #359D3F;
}
</style>