Shades of Fruit Salad #3A9844
Tints of Fruit Salad #3A9844
RGB
CMYK
RGB Variations
Color information
#3A9844 (or 0x3A9844) is known color: Fruit Salad. HEX triplet: 3A, 98 and 44. RGB value is (58,152,68). Sum of RGB (Red+Green+Blue) = 58+152+68=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9844 is #C567BB. Grayscale: #727272. Windows color (decimal): -12937148 or 4495418. OLE color: 4495418.
HSL color Cylindrical-coordinate representation of color #3A9844: hue angle of 126.38º 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 #3A9844 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 68 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.40 |
| HSL | 126.38º | 0.45% | 0.41% | - |
| HSV(B) | 126.38º | 0.62% | 0.6% | - |
| XYZ | 14.02 | 23.77 | 9.32 | - |
| YUV | 114.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 68 | 0.62 | 0 | 0.55 | 0.40 | 126.38 | 0.45 | 0.41 |
| Hex | 3A | 98 | 44 | 3E | 0 | 37 | 28 | 7E | 2D | 29 |
| Octal | 72 | 230 | 104 | 76 | 0 | 67 | 50 | 176 | 55 | 51 |
| Binary | 111010 | 10011000 | 1000100 | 111110 | 0 | 110111 | 101000 | 1111110 | 101101 | 101001 |
Color Harmonies of #3A9844
Complementary color
Monochromatic Colors of #3A9844
Black with #3A9844
Text Example
Text Example
White with #3A9844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9844; }
p { color: rgb(58,152,68); }
H1.HeaderClassName
{
color: #3A9844;
}
.AnyTagClassName
{
color: #3A9844;
}
</style>
background-color css
<style>
a { background-color: #3A9844; }
a { background-color: rgb(58,152,68); }
div.DivClassName
{
background-color: #3A9844;
}
.BgClassName
{
background-color: #3A9844;
}
</style>
border-color css
<style>
span { border-color: #3A9844; }
span { border-color: rgb(58,152,68); }
td.TdClassName
{
border-color: #3A9844;
}
.TagClassName
{
border-color: #3A9844;
}
</style>