Shades of Fruit Salad #35A341
Tints of Fruit Salad #35A341
RGB
CMYK
RGB Variations
Color information
#35A341 (or 0x35A341) is known color: Fruit Salad. HEX triplet: 35, A3 and 41. RGB value is (53,163,65). Sum of RGB (Red+Green+Blue) = 53+163+65=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #35A341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A341 is #CA5CBE. Grayscale: #777777. Windows color (decimal): -13262015 or 4301621. OLE color: 4301621.
HSL color Cylindrical-coordinate representation of color #35A341: hue angle of 126.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A341 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 163 | 65 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.36 |
| HSL | 126.55º | 0.51% | 0.42% | - |
| HSV(B) | 126.55º | 0.67% | 0.64% | - |
| XYZ | 15.52 | 27.33 | 9.46 | - |
| YUV | 118.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 65 | 0.67 | 0 | 0.60 | 0.36 | 126.55 | 0.51 | 0.42 |
| Hex | 35 | A3 | 41 | 43 | 0 | 3C | 24 | 7F | 33 | 2A |
| Octal | 65 | 243 | 101 | 103 | 0 | 74 | 44 | 177 | 63 | 52 |
| Binary | 110101 | 10100011 | 1000001 | 1000011 | 0 | 111100 | 100100 | 1111111 | 110011 | 101010 |
Color Harmonies of #35A341
Complementary color
Monochromatic Colors of #35A341
Black with #35A341
Text Example
Text Example
White with #35A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A341; }
p { color: rgb(53,163,65); }
H1.HeaderClassName
{
color: #35A341;
}
.AnyTagClassName
{
color: #35A341;
}
</style>
background-color css
<style>
a { background-color: #35A341; }
a { background-color: rgb(53,163,65); }
div.DivClassName
{
background-color: #35A341;
}
.BgClassName
{
background-color: #35A341;
}
</style>
border-color css
<style>
span { border-color: #35A341; }
span { border-color: rgb(53,163,65); }
td.TdClassName
{
border-color: #35A341;
}
.TagClassName
{
border-color: #35A341;
}
</style>