Shades of Fruit Salad #3D8F45
Tints of Fruit Salad #3D8F45
RGB
CMYK
RGB Variations
Color information
#3D8F45 (or 0x3D8F45) is known color: Fruit Salad. HEX triplet: 3D, 8F and 45. RGB value is (61,143,69). Sum of RGB (Red+Green+Blue) = 61+143+69=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8F45 is #C270BA. Grayscale: #6E6E6E. Windows color (decimal): -12742843 or 4558653. OLE color: 4558653.
HSL color Cylindrical-coordinate representation of color #3D8F45: hue angle of 125.85º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8F45 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 143 | 69 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.44 |
| HSL | 125.85º | 0.4% | 0.4% | - |
| HSV(B) | 125.85º | 0.57% | 0.56% | - |
| XYZ | 12.82 | 21.07 | 9.02 | - |
| YUV | 110.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 69 | 0.57 | 0 | 0.52 | 0.44 | 125.85 | 0.4 | 0.4 |
| Hex | 3D | 8F | 45 | 39 | 0 | 34 | 2C | 7E | 28 | 28 |
| Octal | 75 | 217 | 105 | 71 | 0 | 64 | 54 | 176 | 50 | 50 |
| Binary | 111101 | 10001111 | 1000101 | 111001 | 0 | 110100 | 101100 | 1111110 | 101000 | 101000 |
Color Harmonies of #3D8F45
Complementary color
Monochromatic Colors of #3D8F45
Black with #3D8F45
Text Example
Text Example
White with #3D8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F45; }
p { color: rgb(61,143,69); }
H1.HeaderClassName
{
color: #3D8F45;
}
.AnyTagClassName
{
color: #3D8F45;
}
</style>
background-color css
<style>
a { background-color: #3D8F45; }
a { background-color: rgb(61,143,69); }
div.DivClassName
{
background-color: #3D8F45;
}
.BgClassName
{
background-color: #3D8F45;
}
</style>
border-color css
<style>
span { border-color: #3D8F45; }
span { border-color: rgb(61,143,69); }
td.TdClassName
{
border-color: #3D8F45;
}
.TagClassName
{
border-color: #3D8F45;
}
</style>