Shades of Fruit Salad #389D3F
Tints of Fruit Salad #389D3F
RGB
CMYK
RGB Variations
Color information
#389D3F (or 0x389D3F) is known color: Fruit Salad. HEX triplet: 38, 9D and 3F. RGB value is (56,157,63). Sum of RGB (Red+Green+Blue) = 56+157+63=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #389D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D3F is #C762C0. Grayscale: #747474. Windows color (decimal): -13066945 or 4169016. OLE color: 4169016.
HSL color Cylindrical-coordinate representation of color #389D3F: hue angle of 124.16º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D3F is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 63 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.38 |
| HSL | 124.16º | 0.47% | 0.42% | - |
| HSV(B) | 124.16º | 0.64% | 0.62% | - |
| XYZ | 14.59 | 25.31 | 8.82 | - |
| YUV | 116.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 63 | 0.64 | 0 | 0.60 | 0.38 | 124.16 | 0.47 | 0.42 |
| Hex | 38 | 9D | 3F | 40 | 0 | 3C | 26 | 7C | 2F | 2A |
| Octal | 70 | 235 | 77 | 100 | 0 | 74 | 46 | 174 | 57 | 52 |
| Binary | 111000 | 10011101 | 111111 | 1000000 | 0 | 111100 | 100110 | 1111100 | 101111 | 101010 |
Color Harmonies of #389D3F
Complementary color
Monochromatic Colors of #389D3F
Black with #389D3F
Text Example
Text Example
White with #389D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D3F; }
p { color: rgb(56,157,63); }
H1.HeaderClassName
{
color: #389D3F;
}
.AnyTagClassName
{
color: #389D3F;
}
</style>
background-color css
<style>
a { background-color: #389D3F; }
a { background-color: rgb(56,157,63); }
div.DivClassName
{
background-color: #389D3F;
}
.BgClassName
{
background-color: #389D3F;
}
</style>
border-color css
<style>
span { border-color: #389D3F; }
span { border-color: rgb(56,157,63); }
td.TdClassName
{
border-color: #389D3F;
}
.TagClassName
{
border-color: #389D3F;
}
</style>