Shades of Fruit Salad #38A73D
Tints of Fruit Salad #38A73D
RGB
CMYK
RGB Variations
Color information
#38A73D (or 0x38A73D) is known color: Fruit Salad. HEX triplet: 38, A7 and 3D. RGB value is (56,167,61). Sum of RGB (Red+Green+Blue) = 56+167+61=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #38A73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A73D is #C758C2. Grayscale: #7A7A7A. Windows color (decimal): -13064387 or 4040504. OLE color: 4040504.
HSL color Cylindrical-coordinate representation of color #38A73D: hue angle of 122.7º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A73D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 167 | 61 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.35 |
| HSL | 122.7º | 0.5% | 0.44% | - |
| HSV(B) | 122.7º | 0.66% | 0.65% | - |
| XYZ | 16.29 | 28.82 | 9.12 | - |
| YUV | 121.73 | 93.73 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 167 | 61 | 0.66 | 0 | 0.63 | 0.35 | 122.7 | 0.5 | 0.44 |
| Hex | 38 | A7 | 3D | 42 | 0 | 3F | 23 | 7B | 32 | 2C |
| Octal | 70 | 247 | 75 | 102 | 0 | 77 | 43 | 173 | 62 | 54 |
| Binary | 111000 | 10100111 | 111101 | 1000010 | 0 | 111111 | 100011 | 1111011 | 110010 | 101100 |
Color Harmonies of #38A73D
Complementary color
Monochromatic Colors of #38A73D
Black with #38A73D
Text Example
Text Example
White with #38A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A73D; }
p { color: rgb(56,167,61); }
H1.HeaderClassName
{
color: #38A73D;
}
.AnyTagClassName
{
color: #38A73D;
}
</style>
background-color css
<style>
a { background-color: #38A73D; }
a { background-color: rgb(56,167,61); }
div.DivClassName
{
background-color: #38A73D;
}
.BgClassName
{
background-color: #38A73D;
}
</style>
border-color css
<style>
span { border-color: #38A73D; }
span { border-color: rgb(56,167,61); }
td.TdClassName
{
border-color: #38A73D;
}
.TagClassName
{
border-color: #38A73D;
}
</style>