Shades of Fruit Salad #35AA3C
Tints of Fruit Salad #35AA3C
RGB
CMYK
RGB Variations
Color information
#35AA3C (or 0x35AA3C) is known color: Fruit Salad. HEX triplet: 35, AA and 3C. RGB value is (53,170,60). Sum of RGB (Red+Green+Blue) = 53+170+60=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AA3C is #CA55C3. Grayscale: #7A7A7A. Windows color (decimal): -13260228 or 3975733. OLE color: 3975733.
HSL color Cylindrical-coordinate representation of color #35AA3C: hue angle of 123.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA3C is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 170 | 60 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.33 |
| HSL | 123.59º | 0.52% | 0.44% | - |
| HSV(B) | 123.59º | 0.69% | 0.67% | - |
| XYZ | 16.66 | 29.83 | 9.16 | - |
| YUV | 122.48 | 92.74 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 170 | 60 | 0.69 | 0 | 0.65 | 0.33 | 123.59 | 0.52 | 0.44 |
| Hex | 35 | AA | 3C | 45 | 0 | 41 | 21 | 7C | 34 | 2C |
| Octal | 65 | 252 | 74 | 105 | 0 | 101 | 41 | 174 | 64 | 54 |
| Binary | 110101 | 10101010 | 111100 | 1000101 | 0 | 1000001 | 100001 | 1111100 | 110100 | 101100 |
Color Harmonies of #35AA3C
Complementary color
Monochromatic Colors of #35AA3C
Black with #35AA3C
Text Example
Text Example
White with #35AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AA3C; }
p { color: rgb(53,170,60); }
H1.HeaderClassName
{
color: #35AA3C;
}
.AnyTagClassName
{
color: #35AA3C;
}
</style>
background-color css
<style>
a { background-color: #35AA3C; }
a { background-color: rgb(53,170,60); }
div.DivClassName
{
background-color: #35AA3C;
}
.BgClassName
{
background-color: #35AA3C;
}
</style>
border-color css
<style>
span { border-color: #35AA3C; }
span { border-color: rgb(53,170,60); }
td.TdClassName
{
border-color: #35AA3C;
}
.TagClassName
{
border-color: #35AA3C;
}
</style>