Shades of Fruit Salad #38973D
Tints of Fruit Salad #38973D
RGB
CMYK
RGB Variations
Color information
#38973D (or 0x38973D) is known color: Fruit Salad. HEX triplet: 38, 97 and 3D. RGB value is (56,151,61). Sum of RGB (Red+Green+Blue) = 56+151+61=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #38973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38973D is #C768C2. Grayscale: #707070. Windows color (decimal): -13068483 or 4036408. OLE color: 4036408.
HSL color Cylindrical-coordinate representation of color #38973D: hue angle of 123.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38973D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 151 | 61 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.41 |
| HSL | 123.16º | 0.46% | 0.41% | - |
| HSV(B) | 123.16º | 0.63% | 0.59% | - |
| XYZ | 13.54 | 23.31 | 8.2 | - |
| YUV | 112.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 151 | 61 | 0.63 | 0 | 0.60 | 0.41 | 123.16 | 0.46 | 0.41 |
| Hex | 38 | 97 | 3D | 3F | 0 | 3C | 29 | 7B | 2E | 29 |
| Octal | 70 | 227 | 75 | 77 | 0 | 74 | 51 | 173 | 56 | 51 |
| Binary | 111000 | 10010111 | 111101 | 111111 | 0 | 111100 | 101001 | 1111011 | 101110 | 101001 |
Color Harmonies of #38973D
Complementary color
Monochromatic Colors of #38973D
Black with #38973D
Text Example
Text Example
White with #38973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38973D; }
p { color: rgb(56,151,61); }
H1.HeaderClassName
{
color: #38973D;
}
.AnyTagClassName
{
color: #38973D;
}
</style>
background-color css
<style>
a { background-color: #38973D; }
a { background-color: rgb(56,151,61); }
div.DivClassName
{
background-color: #38973D;
}
.BgClassName
{
background-color: #38973D;
}
</style>
border-color css
<style>
span { border-color: #38973D; }
span { border-color: rgb(56,151,61); }
td.TdClassName
{
border-color: #38973D;
}
.TagClassName
{
border-color: #38973D;
}
</style>