Shades of Fruit Salad #3A953C
Tints of Fruit Salad #3A953C
RGB
CMYK
RGB Variations
Color information
#3A953C (or 0x3A953C) is known color: Fruit Salad. HEX triplet: 3A, 95 and 3C. RGB value is (58,149,60). Sum of RGB (Red+Green+Blue) = 58+149+60=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #3A953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A953C is #C56AC3. Grayscale: #6F6F6F. Windows color (decimal): -12937924 or 3970362. OLE color: 3970362.
HSL color Cylindrical-coordinate representation of color #3A953C: hue angle of 121.32º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A953C is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 60 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.42 |
| HSL | 121.32º | 0.44% | 0.41% | - |
| HSV(B) | 121.32º | 0.61% | 0.58% | - |
| XYZ | 13.31 | 22.72 | 7.96 | - |
| YUV | 111.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 60 | 0.61 | 0 | 0.60 | 0.42 | 121.32 | 0.44 | 0.41 |
| Hex | 3A | 95 | 3C | 3D | 0 | 3C | 2A | 79 | 2C | 29 |
| Octal | 72 | 225 | 74 | 75 | 0 | 74 | 52 | 171 | 54 | 51 |
| Binary | 111010 | 10010101 | 111100 | 111101 | 0 | 111100 | 101010 | 1111001 | 101100 | 101001 |
Color Harmonies of #3A953C
Complementary color
Monochromatic Colors of #3A953C
Black with #3A953C
Text Example
Text Example
White with #3A953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A953C; }
p { color: rgb(58,149,60); }
H1.HeaderClassName
{
color: #3A953C;
}
.AnyTagClassName
{
color: #3A953C;
}
</style>
background-color css
<style>
a { background-color: #3A953C; }
a { background-color: rgb(58,149,60); }
div.DivClassName
{
background-color: #3A953C;
}
.BgClassName
{
background-color: #3A953C;
}
</style>
border-color css
<style>
span { border-color: #3A953C; }
span { border-color: rgb(58,149,60); }
td.TdClassName
{
border-color: #3A953C;
}
.TagClassName
{
border-color: #3A953C;
}
</style>