Shades of Fruit Salad #3A9140
Tints of Fruit Salad #3A9140
RGB
CMYK
RGB Variations
Color information
#3A9140 (or 0x3A9140) is known color: Fruit Salad. HEX triplet: 3A, 91 and 40. RGB value is (58,145,64). Sum of RGB (Red+Green+Blue) = 58+145+64=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9140 is #C56EBF. Grayscale: #6D6D6D. Windows color (decimal): -12938944 or 4231482. OLE color: 4231482.
HSL color Cylindrical-coordinate representation of color #3A9140: hue angle of 124.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9140 is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 64 | - |
| CMYK | 0.6 | 0 | 0.56 | 0.43 |
| HSL | 124.14º | 0.43% | 0.4% | - |
| HSV(B) | 124.14º | 0.6% | 0.57% | - |
| XYZ | 12.8 | 21.52 | 8.33 | - |
| YUV | 109.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 64 | 0.6 | 0 | 0.56 | 0.43 | 124.14 | 0.43 | 0.4 |
| Hex | 3A | 91 | 40 | 3C | 0 | 38 | 2B | 7C | 2B | 28 |
| Octal | 72 | 221 | 100 | 74 | 0 | 70 | 53 | 174 | 53 | 50 |
| Binary | 111010 | 10010001 | 1000000 | 111100 | 0 | 111000 | 101011 | 1111100 | 101011 | 101000 |
Color Harmonies of #3A9140
Complementary color
Monochromatic Colors of #3A9140
Black with #3A9140
Text Example
Text Example
White with #3A9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9140; }
p { color: rgb(58,145,64); }
H1.HeaderClassName
{
color: #3A9140;
}
.AnyTagClassName
{
color: #3A9140;
}
</style>
background-color css
<style>
a { background-color: #3A9140; }
a { background-color: rgb(58,145,64); }
div.DivClassName
{
background-color: #3A9140;
}
.BgClassName
{
background-color: #3A9140;
}
</style>
border-color css
<style>
span { border-color: #3A9140; }
span { border-color: rgb(58,145,64); }
td.TdClassName
{
border-color: #3A9140;
}
.TagClassName
{
border-color: #3A9140;
}
</style>