Shades of Fruit Salad #38A846
Tints of Fruit Salad #38A846
RGB
CMYK
RGB Variations
Color information
#38A846 (or 0x38A846) is known color: Fruit Salad. HEX triplet: 38, A8 and 46. RGB value is (56,168,70). Sum of RGB (Red+Green+Blue) = 56+168+70=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #38A846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A846 is #C757B9. Grayscale: #7B7B7B. Windows color (decimal): -13064122 or 4630584. OLE color: 4630584.
HSL color Cylindrical-coordinate representation of color #38A846: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A846 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 70 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.34 |
| HSL | 127.5º | 0.5% | 0.44% | - |
| HSV(B) | 127.5º | 0.67% | 0.66% | - |
| XYZ | 16.74 | 29.29 | 10.57 | - |
| YUV | 123.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 70 | 0.67 | 0 | 0.58 | 0.34 | 127.5 | 0.5 | 0.44 |
| Hex | 38 | A8 | 46 | 43 | 0 | 3A | 22 | 80 | 32 | 2C |
| Octal | 70 | 250 | 106 | 103 | 0 | 72 | 42 | 200 | 62 | 54 |
| Binary | 111000 | 10101000 | 1000110 | 1000011 | 0 | 111010 | 100010 | 10000000 | 110010 | 101100 |
Color Harmonies of #38A846
Complementary color
Monochromatic Colors of #38A846
Black with #38A846
Text Example
Text Example
White with #38A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A846; }
p { color: rgb(56,168,70); }
H1.HeaderClassName
{
color: #38A846;
}
.AnyTagClassName
{
color: #38A846;
}
</style>
background-color css
<style>
a { background-color: #38A846; }
a { background-color: rgb(56,168,70); }
div.DivClassName
{
background-color: #38A846;
}
.BgClassName
{
background-color: #38A846;
}
</style>
border-color css
<style>
span { border-color: #38A846; }
span { border-color: rgb(56,168,70); }
td.TdClassName
{
border-color: #38A846;
}
.TagClassName
{
border-color: #38A846;
}
</style>