Shades of Fruit Salad #3A993D
Tints of Fruit Salad #3A993D
RGB
CMYK
RGB Variations
Color information
#3A993D (or 0x3A993D) is known color: Fruit Salad. HEX triplet: 3A, 99 and 3D. RGB value is (58,153,61). Sum of RGB (Red+Green+Blue) = 58+153+61=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #3A993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A993D is #C566C2. Grayscale: #727272. Windows color (decimal): -12936899 or 4036922. OLE color: 4036922.
HSL color Cylindrical-coordinate representation of color #3A993D: hue angle of 121.89º 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 #3A993D is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 61 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.4 |
| HSL | 121.89º | 0.45% | 0.41% | - |
| HSV(B) | 121.89º | 0.62% | 0.6% | - |
| XYZ | 13.98 | 24.02 | 8.31 | - |
| YUV | 114.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 61 | 0.62 | 0 | 0.60 | 0.4 | 121.89 | 0.45 | 0.41 |
| Hex | 3A | 99 | 3D | 3E | 0 | 3C | 28 | 7A | 2D | 29 |
| Octal | 72 | 231 | 75 | 76 | 0 | 74 | 50 | 172 | 55 | 51 |
| Binary | 111010 | 10011001 | 111101 | 111110 | 0 | 111100 | 101000 | 1111010 | 101101 | 101001 |
Color Harmonies of #3A993D
Complementary color
Monochromatic Colors of #3A993D
Black with #3A993D
Text Example
Text Example
White with #3A993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A993D; }
p { color: rgb(58,153,61); }
H1.HeaderClassName
{
color: #3A993D;
}
.AnyTagClassName
{
color: #3A993D;
}
</style>
background-color css
<style>
a { background-color: #3A993D; }
a { background-color: rgb(58,153,61); }
div.DivClassName
{
background-color: #3A993D;
}
.BgClassName
{
background-color: #3A993D;
}
</style>
border-color css
<style>
span { border-color: #3A993D; }
span { border-color: rgb(58,153,61); }
td.TdClassName
{
border-color: #3A993D;
}
.TagClassName
{
border-color: #3A993D;
}
</style>