Shades of Fruit Salad #3A9C3E
Tints of Fruit Salad #3A9C3E
RGB
CMYK
RGB Variations
Color information
#3A9C3E (or 0x3A9C3E) is known color: Fruit Salad. HEX triplet: 3A, 9C and 3E. RGB value is (58,156,62). Sum of RGB (Red+Green+Blue) = 58+156+62=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #3A9C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9C3E is #C563C1. Grayscale: #747474. Windows color (decimal): -12936130 or 4103226. OLE color: 4103226.
HSL color Cylindrical-coordinate representation of color #3A9C3E: hue angle of 122.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9C3E is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 156 | 62 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.39 |
| HSL | 122.45º | 0.46% | 0.42% | - |
| HSV(B) | 122.45º | 0.63% | 0.61% | - |
| XYZ | 14.5 | 25.02 | 8.62 | - |
| YUV | 115.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 62 | 0.63 | 0 | 0.60 | 0.39 | 122.45 | 0.46 | 0.42 |
| Hex | 3A | 9C | 3E | 3F | 0 | 3C | 27 | 7A | 2E | 2A |
| Octal | 72 | 234 | 76 | 77 | 0 | 74 | 47 | 172 | 56 | 52 |
| Binary | 111010 | 10011100 | 111110 | 111111 | 0 | 111100 | 100111 | 1111010 | 101110 | 101010 |
Color Harmonies of #3A9C3E
Complementary color
Monochromatic Colors of #3A9C3E
Black with #3A9C3E
Text Example
Text Example
White with #3A9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9C3E; }
p { color: rgb(58,156,62); }
H1.HeaderClassName
{
color: #3A9C3E;
}
.AnyTagClassName
{
color: #3A9C3E;
}
</style>
background-color css
<style>
a { background-color: #3A9C3E; }
a { background-color: rgb(58,156,62); }
div.DivClassName
{
background-color: #3A9C3E;
}
.BgClassName
{
background-color: #3A9C3E;
}
</style>
border-color css
<style>
span { border-color: #3A9C3E; }
span { border-color: rgb(58,156,62); }
td.TdClassName
{
border-color: #3A9C3E;
}
.TagClassName
{
border-color: #3A9C3E;
}
</style>