Shades of Fruit Salad #38A03A
Tints of Fruit Salad #38A03A
RGB
CMYK
RGB Variations
Color information
#38A03A (or 0x38A03A) is known color: Fruit Salad. HEX triplet: 38, A0 and 3A. RGB value is (56,160,58). Sum of RGB (Red+Green+Blue) = 56+160+58=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #38A03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A03A is #C75FC5. Grayscale: #757575. Windows color (decimal): -13066182 or 3842104. OLE color: 3842104.
HSL color Cylindrical-coordinate representation of color #38A03A: hue angle of 121.15º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A03A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 58 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.37 |
| HSL | 121.15º | 0.48% | 0.42% | - |
| HSV(B) | 121.15º | 0.65% | 0.63% | - |
| XYZ | 14.97 | 26.29 | 8.29 | - |
| YUV | 117.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 58 | 0.65 | 0 | 0.64 | 0.37 | 121.15 | 0.48 | 0.42 |
| Hex | 38 | A0 | 3A | 41 | 0 | 40 | 25 | 79 | 30 | 2A |
| Octal | 70 | 240 | 72 | 101 | 0 | 100 | 45 | 171 | 60 | 52 |
| Binary | 111000 | 10100000 | 111010 | 1000001 | 0 | 1000000 | 100101 | 1111001 | 110000 | 101010 |
Color Harmonies of #38A03A
Complementary color
Monochromatic Colors of #38A03A
Black with #38A03A
Text Example
Text Example
White with #38A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A03A; }
p { color: rgb(56,160,58); }
H1.HeaderClassName
{
color: #38A03A;
}
.AnyTagClassName
{
color: #38A03A;
}
</style>
background-color css
<style>
a { background-color: #38A03A; }
a { background-color: rgb(56,160,58); }
div.DivClassName
{
background-color: #38A03A;
}
.BgClassName
{
background-color: #38A03A;
}
</style>
border-color css
<style>
span { border-color: #38A03A; }
span { border-color: rgb(56,160,58); }
td.TdClassName
{
border-color: #38A03A;
}
.TagClassName
{
border-color: #38A03A;
}
</style>