Shades of Fruit Salad #359E3E
Tints of Fruit Salad #359E3E
RGB
CMYK
RGB Variations
Color information
#359E3E (or 0x359E3E) is known color: Fruit Salad. HEX triplet: 35, 9E and 3E. RGB value is (53,158,62). Sum of RGB (Red+Green+Blue) = 53+158+62=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #359E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E3E is #CA61C1. Grayscale: #737373. Windows color (decimal): -13263298 or 4103733. OLE color: 4103733.
HSL color Cylindrical-coordinate representation of color #359E3E: hue angle of 125.14º 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 #359E3E is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 62 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.38 |
| HSL | 125.14º | 0.5% | 0.41% | - |
| HSV(B) | 125.14º | 0.66% | 0.62% | - |
| XYZ | 14.56 | 25.56 | 8.72 | - |
| YUV | 115.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 62 | 0.66 | 0 | 0.61 | 0.38 | 125.14 | 0.5 | 0.41 |
| Hex | 35 | 9E | 3E | 42 | 0 | 3D | 26 | 7D | 32 | 29 |
| Octal | 65 | 236 | 76 | 102 | 0 | 75 | 46 | 175 | 62 | 51 |
| Binary | 110101 | 10011110 | 111110 | 1000010 | 0 | 111101 | 100110 | 1111101 | 110010 | 101001 |
Color Harmonies of #359E3E
Complementary color
Monochromatic Colors of #359E3E
Black with #359E3E
Text Example
Text Example
White with #359E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E3E; }
p { color: rgb(53,158,62); }
H1.HeaderClassName
{
color: #359E3E;
}
.AnyTagClassName
{
color: #359E3E;
}
</style>
background-color css
<style>
a { background-color: #359E3E; }
a { background-color: rgb(53,158,62); }
div.DivClassName
{
background-color: #359E3E;
}
.BgClassName
{
background-color: #359E3E;
}
</style>
border-color css
<style>
span { border-color: #359E3E; }
span { border-color: rgb(53,158,62); }
td.TdClassName
{
border-color: #359E3E;
}
.TagClassName
{
border-color: #359E3E;
}
</style>