Shades of Fruit Salad #3A993B
Tints of Fruit Salad #3A993B
RGB
CMYK
RGB Variations
Color information
#3A993B (or 0x3A993B) is known color: Fruit Salad. HEX triplet: 3A, 99 and 3B. RGB value is (58,153,59). Sum of RGB (Red+Green+Blue) = 58+153+59=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #3A993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A993B is #C566C4. Grayscale: #727272. Windows color (decimal): -12936901 or 3905850. OLE color: 3905850.
HSL color Cylindrical-coordinate representation of color #3A993B: hue angle of 120.63º 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 #3A993B is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 59 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.4 |
| HSL | 120.63º | 0.45% | 0.41% | - |
| HSV(B) | 120.63º | 0.62% | 0.6% | - |
| XYZ | 13.93 | 24 | 8.04 | - |
| YUV | 113.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 59 | 0.62 | 0 | 0.61 | 0.4 | 120.63 | 0.45 | 0.41 |
| Hex | 3A | 99 | 3B | 3E | 0 | 3D | 28 | 79 | 2D | 29 |
| Octal | 72 | 231 | 73 | 76 | 0 | 75 | 50 | 171 | 55 | 51 |
| Binary | 111010 | 10011001 | 111011 | 111110 | 0 | 111101 | 101000 | 1111001 | 101101 | 101001 |
Color Harmonies of #3A993B
Complementary color
Monochromatic Colors of #3A993B
Black with #3A993B
Text Example
Text Example
White with #3A993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A993B; }
p { color: rgb(58,153,59); }
H1.HeaderClassName
{
color: #3A993B;
}
.AnyTagClassName
{
color: #3A993B;
}
</style>
background-color css
<style>
a { background-color: #3A993B; }
a { background-color: rgb(58,153,59); }
div.DivClassName
{
background-color: #3A993B;
}
.BgClassName
{
background-color: #3A993B;
}
</style>
border-color css
<style>
span { border-color: #3A993B; }
span { border-color: rgb(58,153,59); }
td.TdClassName
{
border-color: #3A993B;
}
.TagClassName
{
border-color: #3A993B;
}
</style>