Shades of Fruit Salad #3AA238
Tints of Fruit Salad #3AA238
RGB
CMYK
RGB Variations
Color information
#3AA238 (or 0x3AA238) is known color: Fruit Salad. HEX triplet: 3A, A2 and 38. RGB value is (58,162,56). Sum of RGB (Red+Green+Blue) = 58+162+56=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA238 is #C55DC7. Grayscale: #777777. Windows color (decimal): -12934600 or 3711546. OLE color: 3711546.
HSL color Cylindrical-coordinate representation of color #3AA238: hue angle of 118.87º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA238 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 56 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.36 |
| HSL | 118.87º | 0.49% | 0.43% | - |
| HSV(B) | 118.87º | 0.65% | 0.64% | - |
| XYZ | 15.38 | 27.03 | 8.15 | - |
| YUV | 118.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 56 | 0.64 | 0 | 0.65 | 0.36 | 118.87 | 0.49 | 0.43 |
| Hex | 3A | A2 | 38 | 40 | 0 | 41 | 24 | 77 | 31 | 2B |
| Octal | 72 | 242 | 70 | 100 | 0 | 101 | 44 | 167 | 61 | 53 |
| Binary | 111010 | 10100010 | 111000 | 1000000 | 0 | 1000001 | 100100 | 1110111 | 110001 | 101011 |
Color Harmonies of #3AA238
Complementary color
Monochromatic Colors of #3AA238
Black with #3AA238
Text Example
Text Example
White with #3AA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA238; }
p { color: rgb(58,162,56); }
H1.HeaderClassName
{
color: #3AA238;
}
.AnyTagClassName
{
color: #3AA238;
}
</style>
background-color css
<style>
a { background-color: #3AA238; }
a { background-color: rgb(58,162,56); }
div.DivClassName
{
background-color: #3AA238;
}
.BgClassName
{
background-color: #3AA238;
}
</style>
border-color css
<style>
span { border-color: #3AA238; }
span { border-color: rgb(58,162,56); }
td.TdClassName
{
border-color: #3AA238;
}
.TagClassName
{
border-color: #3AA238;
}
</style>