Shades of Fruit Salad #38B546
Tints of Fruit Salad #38B546
RGB
CMYK
RGB Variations
Color information
#38B546 (or 0x38B546) is known color: Fruit Salad. HEX triplet: 38, B5 and 46. RGB value is (56,181,70). Sum of RGB (Red+Green+Blue) = 56+181+70=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #38B546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B546 is #C74AB9. Grayscale: #838383. Windows color (decimal): -13060794 or 4633912. OLE color: 4633912.
HSL color Cylindrical-coordinate representation of color #38B546: hue angle of 126.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B546 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 70 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.29 |
| HSL | 126.72º | 0.53% | 0.46% | - |
| HSV(B) | 126.72º | 0.69% | 0.71% | - |
| XYZ | 19.26 | 34.33 | 11.41 | - |
| YUV | 130.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 70 | 0.69 | 0 | 0.61 | 0.29 | 126.72 | 0.53 | 0.46 |
| Hex | 38 | B5 | 46 | 45 | 0 | 3D | 1D | 7F | 35 | 2E |
| Octal | 70 | 265 | 106 | 105 | 0 | 75 | 35 | 177 | 65 | 56 |
| Binary | 111000 | 10110101 | 1000110 | 1000101 | 0 | 111101 | 11101 | 1111111 | 110101 | 101110 |
Color Harmonies of #38B546
Complementary color
Monochromatic Colors of #38B546
Black with #38B546
Text Example
Text Example
White with #38B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B546; }
p { color: rgb(56,181,70); }
H1.HeaderClassName
{
color: #38B546;
}
.AnyTagClassName
{
color: #38B546;
}
</style>
background-color css
<style>
a { background-color: #38B546; }
a { background-color: rgb(56,181,70); }
div.DivClassName
{
background-color: #38B546;
}
.BgClassName
{
background-color: #38B546;
}
</style>
border-color css
<style>
span { border-color: #38B546; }
span { border-color: rgb(56,181,70); }
td.TdClassName
{
border-color: #38B546;
}
.TagClassName
{
border-color: #38B546;
}
</style>