Shades of Fruit Salad #38A141
Tints of Fruit Salad #38A141
RGB
CMYK
RGB Variations
Color information
#38A141 (or 0x38A141) is known color: Fruit Salad. HEX triplet: 38, A1 and 41. RGB value is (56,161,65). Sum of RGB (Red+Green+Blue) = 56+161+65=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #38A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A141 is #C75EBE. Grayscale: #767676. Windows color (decimal): -13065919 or 4301112. OLE color: 4301112.
HSL color Cylindrical-coordinate representation of color #38A141: hue angle of 125.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A141 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 65 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.37 |
| HSL | 125.14º | 0.48% | 0.43% | - |
| HSV(B) | 125.14º | 0.65% | 0.63% | - |
| XYZ | 15.33 | 26.71 | 9.35 | - |
| YUV | 118.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 65 | 0.65 | 0 | 0.60 | 0.37 | 125.14 | 0.48 | 0.43 |
| Hex | 38 | A1 | 41 | 41 | 0 | 3C | 25 | 7D | 30 | 2B |
| Octal | 70 | 241 | 101 | 101 | 0 | 74 | 45 | 175 | 60 | 53 |
| Binary | 111000 | 10100001 | 1000001 | 1000001 | 0 | 111100 | 100101 | 1111101 | 110000 | 101011 |
Color Harmonies of #38A141
Complementary color
Monochromatic Colors of #38A141
Black with #38A141
Text Example
Text Example
White with #38A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A141; }
p { color: rgb(56,161,65); }
H1.HeaderClassName
{
color: #38A141;
}
.AnyTagClassName
{
color: #38A141;
}
</style>
background-color css
<style>
a { background-color: #38A141; }
a { background-color: rgb(56,161,65); }
div.DivClassName
{
background-color: #38A141;
}
.BgClassName
{
background-color: #38A141;
}
</style>
border-color css
<style>
span { border-color: #38A141; }
span { border-color: rgb(56,161,65); }
td.TdClassName
{
border-color: #38A141;
}
.TagClassName
{
border-color: #38A141;
}
</style>