Shades of Fruit Salad #359A40
Tints of Fruit Salad #359A40
RGB
CMYK
RGB Variations
Color information
#359A40 (or 0x359A40) is known color: Fruit Salad. HEX triplet: 35, 9A and 40. RGB value is (53,154,64). Sum of RGB (Red+Green+Blue) = 53+154+64=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #359A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A40 is #CA65BF. Grayscale: #717171. Windows color (decimal): -13264320 or 4233781. OLE color: 4233781.
HSL color Cylindrical-coordinate representation of color #359A40: hue angle of 126.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A40 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 64 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.40 |
| HSL | 126.53º | 0.49% | 0.41% | - |
| HSV(B) | 126.53º | 0.66% | 0.6% | - |
| XYZ | 13.95 | 24.24 | 8.79 | - |
| YUV | 113.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 64 | 0.66 | 0 | 0.58 | 0.40 | 126.53 | 0.49 | 0.41 |
| Hex | 35 | 9A | 40 | 42 | 0 | 3A | 28 | 7F | 31 | 29 |
| Octal | 65 | 232 | 100 | 102 | 0 | 72 | 50 | 177 | 61 | 51 |
| Binary | 110101 | 10011010 | 1000000 | 1000010 | 0 | 111010 | 101000 | 1111111 | 110001 | 101001 |
Color Harmonies of #359A40
Complementary color
Monochromatic Colors of #359A40
Black with #359A40
Text Example
Text Example
White with #359A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A40; }
p { color: rgb(53,154,64); }
H1.HeaderClassName
{
color: #359A40;
}
.AnyTagClassName
{
color: #359A40;
}
</style>
background-color css
<style>
a { background-color: #359A40; }
a { background-color: rgb(53,154,64); }
div.DivClassName
{
background-color: #359A40;
}
.BgClassName
{
background-color: #359A40;
}
</style>
border-color css
<style>
span { border-color: #359A40; }
span { border-color: rgb(53,154,64); }
td.TdClassName
{
border-color: #359A40;
}
.TagClassName
{
border-color: #359A40;
}
</style>