Shades of Fruit Salad #38A03D
Tints of Fruit Salad #38A03D
RGB
CMYK
RGB Variations
Color information
#38A03D (or 0x38A03D) is known color: Fruit Salad. HEX triplet: 38, A0 and 3D. RGB value is (56,160,61). Sum of RGB (Red+Green+Blue) = 56+160+61=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #38A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A03D is #C75FC2. Grayscale: #757575. Windows color (decimal): -13066179 or 4038712. OLE color: 4038712.
HSL color Cylindrical-coordinate representation of color #38A03D: hue angle of 122.88º 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 #38A03D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 61 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.37 |
| HSL | 122.88º | 0.48% | 0.42% | - |
| HSV(B) | 122.88º | 0.65% | 0.63% | - |
| XYZ | 15.04 | 26.32 | 8.7 | - |
| YUV | 117.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 61 | 0.65 | 0 | 0.62 | 0.37 | 122.88 | 0.48 | 0.42 |
| Hex | 38 | A0 | 3D | 41 | 0 | 3E | 25 | 7B | 30 | 2A |
| Octal | 70 | 240 | 75 | 101 | 0 | 76 | 45 | 173 | 60 | 52 |
| Binary | 111000 | 10100000 | 111101 | 1000001 | 0 | 111110 | 100101 | 1111011 | 110000 | 101010 |
Color Harmonies of #38A03D
Complementary color
Monochromatic Colors of #38A03D
Black with #38A03D
Text Example
Text Example
White with #38A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A03D; }
p { color: rgb(56,160,61); }
H1.HeaderClassName
{
color: #38A03D;
}
.AnyTagClassName
{
color: #38A03D;
}
</style>
background-color css
<style>
a { background-color: #38A03D; }
a { background-color: rgb(56,160,61); }
div.DivClassName
{
background-color: #38A03D;
}
.BgClassName
{
background-color: #38A03D;
}
</style>
border-color css
<style>
span { border-color: #38A03D; }
span { border-color: rgb(56,160,61); }
td.TdClassName
{
border-color: #38A03D;
}
.TagClassName
{
border-color: #38A03D;
}
</style>