Shades of Fruit Salad #359A3E
Tints of Fruit Salad #359A3E
RGB
CMYK
RGB Variations
Color information
#359A3E (or 0x359A3E) is known color: Fruit Salad. HEX triplet: 35, 9A and 3E. RGB value is (53,154,62). Sum of RGB (Red+Green+Blue) = 53+154+62=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #359A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A3E is #CA65C1. Grayscale: #717171. Windows color (decimal): -13264322 or 4102709. OLE color: 4102709.
HSL color Cylindrical-coordinate representation of color #359A3E: hue angle of 125.35º 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 #359A3E is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 62 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.40 |
| HSL | 125.35º | 0.49% | 0.41% | - |
| HSV(B) | 125.35º | 0.66% | 0.6% | - |
| XYZ | 13.89 | 24.22 | 8.5 | - |
| YUV | 113.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 62 | 0.66 | 0 | 0.60 | 0.40 | 125.35 | 0.49 | 0.41 |
| Hex | 35 | 9A | 3E | 42 | 0 | 3C | 28 | 7D | 31 | 29 |
| Octal | 65 | 232 | 76 | 102 | 0 | 74 | 50 | 175 | 61 | 51 |
| Binary | 110101 | 10011010 | 111110 | 1000010 | 0 | 111100 | 101000 | 1111101 | 110001 | 101001 |
Color Harmonies of #359A3E
Complementary color
Monochromatic Colors of #359A3E
Black with #359A3E
Text Example
Text Example
White with #359A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A3E; }
p { color: rgb(53,154,62); }
H1.HeaderClassName
{
color: #359A3E;
}
.AnyTagClassName
{
color: #359A3E;
}
</style>
background-color css
<style>
a { background-color: #359A3E; }
a { background-color: rgb(53,154,62); }
div.DivClassName
{
background-color: #359A3E;
}
.BgClassName
{
background-color: #359A3E;
}
</style>
border-color css
<style>
span { border-color: #359A3E; }
span { border-color: rgb(53,154,62); }
td.TdClassName
{
border-color: #359A3E;
}
.TagClassName
{
border-color: #359A3E;
}
</style>