Shades of Fruit Salad #3A923D
Tints of Fruit Salad #3A923D
RGB
CMYK
RGB Variations
Color information
#3A923D (or 0x3A923D) is known color: Fruit Salad. HEX triplet: 3A, 92 and 3D. RGB value is (58,146,61). Sum of RGB (Red+Green+Blue) = 58+146+61=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #3A923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A923D is #C56DC2. Grayscale: #6E6E6E. Windows color (decimal): -12938691 or 4035130. OLE color: 4035130.
HSL color Cylindrical-coordinate representation of color #3A923D: hue angle of 122.05º 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 #3A923D is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 61 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.43 |
| HSL | 122.05º | 0.43% | 0.4% | - |
| HSV(B) | 122.05º | 0.6% | 0.57% | - |
| XYZ | 12.87 | 21.79 | 7.94 | - |
| YUV | 110 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 61 | 0.60 | 0 | 0.58 | 0.43 | 122.05 | 0.43 | 0.4 |
| Hex | 3A | 92 | 3D | 3C | 0 | 3A | 2B | 7A | 2B | 28 |
| Octal | 72 | 222 | 75 | 74 | 0 | 72 | 53 | 172 | 53 | 50 |
| Binary | 111010 | 10010010 | 111101 | 111100 | 0 | 111010 | 101011 | 1111010 | 101011 | 101000 |
Color Harmonies of #3A923D
Complementary color
Monochromatic Colors of #3A923D
Black with #3A923D
Text Example
Text Example
White with #3A923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A923D; }
p { color: rgb(58,146,61); }
H1.HeaderClassName
{
color: #3A923D;
}
.AnyTagClassName
{
color: #3A923D;
}
</style>
background-color css
<style>
a { background-color: #3A923D; }
a { background-color: rgb(58,146,61); }
div.DivClassName
{
background-color: #3A923D;
}
.BgClassName
{
background-color: #3A923D;
}
</style>
border-color css
<style>
span { border-color: #3A923D; }
span { border-color: rgb(58,146,61); }
td.TdClassName
{
border-color: #3A923D;
}
.TagClassName
{
border-color: #3A923D;
}
</style>