Shades of Fruit Salad #3A983C
Tints of Fruit Salad #3A983C
RGB
CMYK
RGB Variations
Color information
#3A983C (or 0x3A983C) is known color: Fruit Salad. HEX triplet: 3A, 98 and 3C. RGB value is (58,152,60). Sum of RGB (Red+Green+Blue) = 58+152+60=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #3A983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A983C is #C567C3. Grayscale: #717171. Windows color (decimal): -12937156 or 3971130. OLE color: 3971130.
HSL color Cylindrical-coordinate representation of color #3A983C: hue angle of 121.28º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A983C is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 60 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.40 |
| HSL | 121.28º | 0.45% | 0.41% | - |
| HSV(B) | 121.28º | 0.62% | 0.6% | - |
| XYZ | 13.79 | 23.68 | 8.12 | - |
| YUV | 113.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 60 | 0.62 | 0 | 0.61 | 0.40 | 121.28 | 0.45 | 0.41 |
| Hex | 3A | 98 | 3C | 3E | 0 | 3D | 28 | 79 | 2D | 29 |
| Octal | 72 | 230 | 74 | 76 | 0 | 75 | 50 | 171 | 55 | 51 |
| Binary | 111010 | 10011000 | 111100 | 111110 | 0 | 111101 | 101000 | 1111001 | 101101 | 101001 |
Color Harmonies of #3A983C
Complementary color
Monochromatic Colors of #3A983C
Black with #3A983C
Text Example
Text Example
White with #3A983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A983C; }
p { color: rgb(58,152,60); }
H1.HeaderClassName
{
color: #3A983C;
}
.AnyTagClassName
{
color: #3A983C;
}
</style>
background-color css
<style>
a { background-color: #3A983C; }
a { background-color: rgb(58,152,60); }
div.DivClassName
{
background-color: #3A983C;
}
.BgClassName
{
background-color: #3A983C;
}
</style>
border-color css
<style>
span { border-color: #3A983C; }
span { border-color: rgb(58,152,60); }
td.TdClassName
{
border-color: #3A983C;
}
.TagClassName
{
border-color: #3A983C;
}
</style>