Shades of Fruit Salad #38993E
Tints of Fruit Salad #38993E
RGB
CMYK
RGB Variations
Color information
#38993E (or 0x38993E) is known color: Fruit Salad. HEX triplet: 38, 99 and 3E. RGB value is (56,153,62). Sum of RGB (Red+Green+Blue) = 56+153+62=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #38993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38993E is #C766C1. Grayscale: #717171. Windows color (decimal): -13067970 or 4102456. OLE color: 4102456.
HSL color Cylindrical-coordinate representation of color #38993E: hue angle of 123.71º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38993E is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 62 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.4 |
| HSL | 123.71º | 0.46% | 0.41% | - |
| HSV(B) | 123.71º | 0.63% | 0.6% | - |
| XYZ | 13.89 | 23.97 | 8.45 | - |
| YUV | 113.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 62 | 0.63 | 0 | 0.59 | 0.4 | 123.71 | 0.46 | 0.41 |
| Hex | 38 | 99 | 3E | 3F | 0 | 3B | 28 | 7C | 2E | 29 |
| Octal | 70 | 231 | 76 | 77 | 0 | 73 | 50 | 174 | 56 | 51 |
| Binary | 111000 | 10011001 | 111110 | 111111 | 0 | 111011 | 101000 | 1111100 | 101110 | 101001 |
Color Harmonies of #38993E
Complementary color
Monochromatic Colors of #38993E
Black with #38993E
Text Example
Text Example
White with #38993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38993E; }
p { color: rgb(56,153,62); }
H1.HeaderClassName
{
color: #38993E;
}
.AnyTagClassName
{
color: #38993E;
}
</style>
background-color css
<style>
a { background-color: #38993E; }
a { background-color: rgb(56,153,62); }
div.DivClassName
{
background-color: #38993E;
}
.BgClassName
{
background-color: #38993E;
}
</style>
border-color css
<style>
span { border-color: #38993E; }
span { border-color: rgb(56,153,62); }
td.TdClassName
{
border-color: #38993E;
}
.TagClassName
{
border-color: #38993E;
}
</style>