Shades of Fruit Salad #3A9944
Tints of Fruit Salad #3A9944
RGB
CMYK
RGB Variations
Color information
#3A9944 (or 0x3A9944) is known color: Fruit Salad. HEX triplet: 3A, 99 and 44. RGB value is (58,153,68). Sum of RGB (Red+Green+Blue) = 58+153+68=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9944 is #C566BB. Grayscale: #737373. Windows color (decimal): -12936892 or 4495674. OLE color: 4495674.
HSL color Cylindrical-coordinate representation of color #3A9944: hue angle of 126.32º 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 #3A9944 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 68 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.4 |
| HSL | 126.32º | 0.45% | 0.41% | - |
| HSV(B) | 126.32º | 0.62% | 0.6% | - |
| XYZ | 14.18 | 24.1 | 9.37 | - |
| YUV | 114.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 68 | 0.62 | 0 | 0.56 | 0.4 | 126.32 | 0.45 | 0.41 |
| Hex | 3A | 99 | 44 | 3E | 0 | 38 | 28 | 7E | 2D | 29 |
| Octal | 72 | 231 | 104 | 76 | 0 | 70 | 50 | 176 | 55 | 51 |
| Binary | 111010 | 10011001 | 1000100 | 111110 | 0 | 111000 | 101000 | 1111110 | 101101 | 101001 |
Color Harmonies of #3A9944
Complementary color
Monochromatic Colors of #3A9944
Black with #3A9944
Text Example
Text Example
White with #3A9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9944; }
p { color: rgb(58,153,68); }
H1.HeaderClassName
{
color: #3A9944;
}
.AnyTagClassName
{
color: #3A9944;
}
</style>
background-color css
<style>
a { background-color: #3A9944; }
a { background-color: rgb(58,153,68); }
div.DivClassName
{
background-color: #3A9944;
}
.BgClassName
{
background-color: #3A9944;
}
</style>
border-color css
<style>
span { border-color: #3A9944; }
span { border-color: rgb(58,153,68); }
td.TdClassName
{
border-color: #3A9944;
}
.TagClassName
{
border-color: #3A9944;
}
</style>