Shades of Fruit Salad #35953D
Tints of Fruit Salad #35953D
RGB
CMYK
RGB Variations
Color information
#35953D (or 0x35953D) is known color: Fruit Salad. HEX triplet: 35, 95 and 3D. RGB value is (53,149,61). Sum of RGB (Red+Green+Blue) = 53+149+61=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #35953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35953D is #CA6AC2. Grayscale: #6E6E6E. Windows color (decimal): -13265603 or 4035893. OLE color: 4035893.
HSL color Cylindrical-coordinate representation of color #35953D: hue angle of 125º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35953D is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 61 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.42 |
| HSL | 125º | 0.48% | 0.4% | - |
| HSV(B) | 125º | 0.64% | 0.58% | - |
| XYZ | 13.06 | 22.59 | 8.09 | - |
| YUV | 110.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 61 | 0.64 | 0 | 0.59 | 0.42 | 125 | 0.48 | 0.4 |
| Hex | 35 | 95 | 3D | 40 | 0 | 3B | 2A | 7D | 30 | 28 |
| Octal | 65 | 225 | 75 | 100 | 0 | 73 | 52 | 175 | 60 | 50 |
| Binary | 110101 | 10010101 | 111101 | 1000000 | 0 | 111011 | 101010 | 1111101 | 110000 | 101000 |
Color Harmonies of #35953D
Complementary color
Monochromatic Colors of #35953D
Black with #35953D
Text Example
Text Example
White with #35953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35953D; }
p { color: rgb(53,149,61); }
H1.HeaderClassName
{
color: #35953D;
}
.AnyTagClassName
{
color: #35953D;
}
</style>
background-color css
<style>
a { background-color: #35953D; }
a { background-color: rgb(53,149,61); }
div.DivClassName
{
background-color: #35953D;
}
.BgClassName
{
background-color: #35953D;
}
</style>
border-color css
<style>
span { border-color: #35953D; }
span { border-color: rgb(53,149,61); }
td.TdClassName
{
border-color: #35953D;
}
.TagClassName
{
border-color: #35953D;
}
</style>