Shades of Fruit Salad #3A923E
Tints of Fruit Salad #3A923E
RGB
CMYK
RGB Variations
Color information
#3A923E (or 0x3A923E) is known color: Fruit Salad. HEX triplet: 3A, 92 and 3E. RGB value is (58,146,62). Sum of RGB (Red+Green+Blue) = 58+146+62=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #3A923E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A923E is #C56DC1. Grayscale: #6E6E6E. Windows color (decimal): -12938690 or 4100666. OLE color: 4100666.
HSL color Cylindrical-coordinate representation of color #3A923E: hue angle of 122.73º 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 #3A923E is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 62 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.43 |
| HSL | 122.73º | 0.43% | 0.4% | - |
| HSV(B) | 122.73º | 0.6% | 0.57% | - |
| XYZ | 12.89 | 21.81 | 8.09 | - |
| YUV | 110.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 62 | 0.60 | 0 | 0.58 | 0.43 | 122.73 | 0.43 | 0.4 |
| Hex | 3A | 92 | 3E | 3C | 0 | 3A | 2B | 7B | 2B | 28 |
| Octal | 72 | 222 | 76 | 74 | 0 | 72 | 53 | 173 | 53 | 50 |
| Binary | 111010 | 10010010 | 111110 | 111100 | 0 | 111010 | 101011 | 1111011 | 101011 | 101000 |
Color Harmonies of #3A923E
Complementary color
Monochromatic Colors of #3A923E
Black with #3A923E
Text Example
Text Example
White with #3A923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A923E; }
p { color: rgb(58,146,62); }
H1.HeaderClassName
{
color: #3A923E;
}
.AnyTagClassName
{
color: #3A923E;
}
</style>
background-color css
<style>
a { background-color: #3A923E; }
a { background-color: rgb(58,146,62); }
div.DivClassName
{
background-color: #3A923E;
}
.BgClassName
{
background-color: #3A923E;
}
</style>
border-color css
<style>
span { border-color: #3A923E; }
span { border-color: rgb(58,146,62); }
td.TdClassName
{
border-color: #3A923E;
}
.TagClassName
{
border-color: #3A923E;
}
</style>