Shades of Fruit Salad #38993D
Tints of Fruit Salad #38993D
RGB
CMYK
RGB Variations
Color information
#38993D (or 0x38993D) is known color: Fruit Salad. HEX triplet: 38, 99 and 3D. RGB value is (56,153,61). Sum of RGB (Red+Green+Blue) = 56+153+61=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #38993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38993D is #C766C2. Grayscale: #717171. Windows color (decimal): -13067971 or 4036920. OLE color: 4036920.
HSL color Cylindrical-coordinate representation of color #38993D: hue angle of 123.09º 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 #38993D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 61 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.4 |
| HSL | 123.09º | 0.46% | 0.41% | - |
| HSV(B) | 123.09º | 0.63% | 0.6% | - |
| XYZ | 13.86 | 23.96 | 8.31 | - |
| YUV | 113.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 61 | 0.63 | 0 | 0.60 | 0.4 | 123.09 | 0.46 | 0.41 |
| Hex | 38 | 99 | 3D | 3F | 0 | 3C | 28 | 7B | 2E | 29 |
| Octal | 70 | 231 | 75 | 77 | 0 | 74 | 50 | 173 | 56 | 51 |
| Binary | 111000 | 10011001 | 111101 | 111111 | 0 | 111100 | 101000 | 1111011 | 101110 | 101001 |
Color Harmonies of #38993D
Complementary color
Monochromatic Colors of #38993D
Black with #38993D
Text Example
Text Example
White with #38993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38993D; }
p { color: rgb(56,153,61); }
H1.HeaderClassName
{
color: #38993D;
}
.AnyTagClassName
{
color: #38993D;
}
</style>
background-color css
<style>
a { background-color: #38993D; }
a { background-color: rgb(56,153,61); }
div.DivClassName
{
background-color: #38993D;
}
.BgClassName
{
background-color: #38993D;
}
</style>
border-color css
<style>
span { border-color: #38993D; }
span { border-color: rgb(56,153,61); }
td.TdClassName
{
border-color: #38993D;
}
.TagClassName
{
border-color: #38993D;
}
</style>