Shades of Fruit Salad #38A238
Tints of Fruit Salad #38A238
RGB
CMYK
RGB Variations
Color information
#38A238 (or 0x38A238) is known color: Fruit Salad. HEX triplet: 38, A2 and 38. RGB value is (56,162,56). Sum of RGB (Red+Green+Blue) = 56+162+56=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #38A238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A238 is #C75DC7. Grayscale: #767676. Windows color (decimal): -13065672 or 3711544. OLE color: 3711544.
HSL color Cylindrical-coordinate representation of color #38A238: hue angle of 120º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A238 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 56 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.36 |
| HSL | 120º | 0.49% | 0.43% | - |
| HSV(B) | 120º | 0.65% | 0.64% | - |
| XYZ | 15.27 | 26.97 | 8.14 | - |
| YUV | 118.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 56 | 0.65 | 0 | 0.65 | 0.36 | 120 | 0.49 | 0.43 |
| Hex | 38 | A2 | 38 | 41 | 0 | 41 | 24 | 78 | 31 | 2B |
| Octal | 70 | 242 | 70 | 101 | 0 | 101 | 44 | 170 | 61 | 53 |
| Binary | 111000 | 10100010 | 111000 | 1000001 | 0 | 1000001 | 100100 | 1111000 | 110001 | 101011 |
Color Harmonies of #38A238
Complementary color
Monochromatic Colors of #38A238
Black with #38A238
Text Example
Text Example
White with #38A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A238; }
p { color: rgb(56,162,56); }
H1.HeaderClassName
{
color: #38A238;
}
.AnyTagClassName
{
color: #38A238;
}
</style>
background-color css
<style>
a { background-color: #38A238; }
a { background-color: rgb(56,162,56); }
div.DivClassName
{
background-color: #38A238;
}
.BgClassName
{
background-color: #38A238;
}
</style>
border-color css
<style>
span { border-color: #38A238; }
span { border-color: rgb(56,162,56); }
td.TdClassName
{
border-color: #38A238;
}
.TagClassName
{
border-color: #38A238;
}
</style>