Shades of Fruit Salad #3AA835
Tints of Fruit Salad #3AA835
RGB
CMYK
RGB Variations
Color information
#3AA835 (or 0x3AA835) is known color: Fruit Salad. HEX triplet: 3A, A8 and 35. RGB value is (58,168,53). Sum of RGB (Red+Green+Blue) = 58+168+53=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 168 (66.02% from 255 or 60.22% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA835 is #C557CA. Grayscale: #7A7A7A. Windows color (decimal): -12933067 or 3516474. OLE color: 3516474.
HSL color Cylindrical-coordinate representation of color #3AA835: hue angle of 117.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA835 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 168 | 53 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.34 |
| HSL | 117.39º | 0.52% | 0.43% | - |
| HSV(B) | 117.39º | 0.68% | 0.66% | - |
| XYZ | 16.39 | 29.16 | 8.13 | - |
| YUV | 122 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 168 | 53 | 0.65 | 0 | 0.68 | 0.34 | 117.39 | 0.52 | 0.43 |
| Hex | 3A | A8 | 35 | 41 | 0 | 44 | 22 | 75 | 34 | 2B |
| Octal | 72 | 250 | 65 | 101 | 0 | 104 | 42 | 165 | 64 | 53 |
| Binary | 111010 | 10101000 | 110101 | 1000001 | 0 | 1000100 | 100010 | 1110101 | 110100 | 101011 |
Color Harmonies of #3AA835
Complementary color
Monochromatic Colors of #3AA835
Black with #3AA835
Text Example
Text Example
White with #3AA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA835; }
p { color: rgb(58,168,53); }
H1.HeaderClassName
{
color: #3AA835;
}
.AnyTagClassName
{
color: #3AA835;
}
</style>
background-color css
<style>
a { background-color: #3AA835; }
a { background-color: rgb(58,168,53); }
div.DivClassName
{
background-color: #3AA835;
}
.BgClassName
{
background-color: #3AA835;
}
</style>
border-color css
<style>
span { border-color: #3AA835; }
span { border-color: rgb(58,168,53); }
td.TdClassName
{
border-color: #3AA835;
}
.TagClassName
{
border-color: #3AA835;
}
</style>