Shades of Fruit Salad #31AC3C
Tints of Fruit Salad #31AC3C
RGB
CMYK
RGB Variations
Color information
#31AC3C (or 0x31AC3C) is known color: Fruit Salad. HEX triplet: 31, AC and 3C. RGB value is (49,172,60). Sum of RGB (Red+Green+Blue) = 49+172+60=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC3C is #CE53C3. Grayscale: #7A7A7A. Windows color (decimal): -13521860 or 3976241. OLE color: 3976241.
HSL color Cylindrical-coordinate representation of color #31AC3C: hue angle of 125.37º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC3C is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 60 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.33 |
| HSL | 125.37º | 0.56% | 0.43% | - |
| HSV(B) | 125.37º | 0.72% | 0.67% | - |
| XYZ | 16.83 | 30.48 | 9.27 | - |
| YUV | 122.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 60 | 0.72 | 0 | 0.65 | 0.33 | 125.37 | 0.56 | 0.43 |
| Hex | 31 | AC | 3C | 48 | 0 | 41 | 21 | 7D | 38 | 2B |
| Octal | 61 | 254 | 74 | 110 | 0 | 101 | 41 | 175 | 70 | 53 |
| Binary | 110001 | 10101100 | 111100 | 1001000 | 0 | 1000001 | 100001 | 1111101 | 111000 | 101011 |
Color Harmonies of #31AC3C
Complementary color
Monochromatic Colors of #31AC3C
Black with #31AC3C
Text Example
Text Example
White with #31AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC3C; }
p { color: rgb(49,172,60); }
H1.HeaderClassName
{
color: #31AC3C;
}
.AnyTagClassName
{
color: #31AC3C;
}
</style>
background-color css
<style>
a { background-color: #31AC3C; }
a { background-color: rgb(49,172,60); }
div.DivClassName
{
background-color: #31AC3C;
}
.BgClassName
{
background-color: #31AC3C;
}
</style>
border-color css
<style>
span { border-color: #31AC3C; }
span { border-color: rgb(49,172,60); }
td.TdClassName
{
border-color: #31AC3C;
}
.TagClassName
{
border-color: #31AC3C;
}
</style>