Shades of Fruit Salad #38A63D
Tints of Fruit Salad #38A63D
RGB
CMYK
RGB Variations
Color information
#38A63D (or 0x38A63D) is known color: Fruit Salad. HEX triplet: 38, A6 and 3D. RGB value is (56,166,61). Sum of RGB (Red+Green+Blue) = 56+166+61=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #38A63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A63D is #C759C2. Grayscale: #797979. Windows color (decimal): -13064643 or 4040248. OLE color: 4040248.
HSL color Cylindrical-coordinate representation of color #38A63D: hue angle of 122.73º 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 #38A63D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 166 | 61 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.35 |
| HSL | 122.73º | 0.5% | 0.44% | - |
| HSV(B) | 122.73º | 0.66% | 0.65% | - |
| XYZ | 16.11 | 28.45 | 9.06 | - |
| YUV | 121.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 61 | 0.66 | 0 | 0.63 | 0.35 | 122.73 | 0.5 | 0.44 |
| Hex | 38 | A6 | 3D | 42 | 0 | 3F | 23 | 7B | 32 | 2C |
| Octal | 70 | 246 | 75 | 102 | 0 | 77 | 43 | 173 | 62 | 54 |
| Binary | 111000 | 10100110 | 111101 | 1000010 | 0 | 111111 | 100011 | 1111011 | 110010 | 101100 |
Color Harmonies of #38A63D
Complementary color
Monochromatic Colors of #38A63D
Black with #38A63D
Text Example
Text Example
White with #38A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A63D; }
p { color: rgb(56,166,61); }
H1.HeaderClassName
{
color: #38A63D;
}
.AnyTagClassName
{
color: #38A63D;
}
</style>
background-color css
<style>
a { background-color: #38A63D; }
a { background-color: rgb(56,166,61); }
div.DivClassName
{
background-color: #38A63D;
}
.BgClassName
{
background-color: #38A63D;
}
</style>
border-color css
<style>
span { border-color: #38A63D; }
span { border-color: rgb(56,166,61); }
td.TdClassName
{
border-color: #38A63D;
}
.TagClassName
{
border-color: #38A63D;
}
</style>