Shades of Fruit Salad #3D9C3F
Tints of Fruit Salad #3D9C3F
RGB
CMYK
RGB Variations
Color information
#3D9C3F (or 0x3D9C3F) is known color: Fruit Salad. HEX triplet: 3D, 9C and 3F. RGB value is (61,156,63). Sum of RGB (Red+Green+Blue) = 61+156+63=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #3D9C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9C3F is #C263C0. Grayscale: #757575. Windows color (decimal): -12739521 or 4168765. OLE color: 4168765.
HSL color Cylindrical-coordinate representation of color #3D9C3F: hue angle of 121.26º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9C3F is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 156 | 63 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.39 |
| HSL | 121.26º | 0.44% | 0.43% | - |
| HSV(B) | 121.26º | 0.61% | 0.61% | - |
| XYZ | 14.71 | 25.13 | 8.78 | - |
| YUV | 116.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 156 | 63 | 0.61 | 0 | 0.60 | 0.39 | 121.26 | 0.44 | 0.43 |
| Hex | 3D | 9C | 3F | 3D | 0 | 3C | 27 | 79 | 2C | 2B |
| Octal | 75 | 234 | 77 | 75 | 0 | 74 | 47 | 171 | 54 | 53 |
| Binary | 111101 | 10011100 | 111111 | 111101 | 0 | 111100 | 100111 | 1111001 | 101100 | 101011 |
Color Harmonies of #3D9C3F
Complementary color
Monochromatic Colors of #3D9C3F
Black with #3D9C3F
Text Example
Text Example
White with #3D9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9C3F; }
p { color: rgb(61,156,63); }
H1.HeaderClassName
{
color: #3D9C3F;
}
.AnyTagClassName
{
color: #3D9C3F;
}
</style>
background-color css
<style>
a { background-color: #3D9C3F; }
a { background-color: rgb(61,156,63); }
div.DivClassName
{
background-color: #3D9C3F;
}
.BgClassName
{
background-color: #3D9C3F;
}
</style>
border-color css
<style>
span { border-color: #3D9C3F; }
span { border-color: rgb(61,156,63); }
td.TdClassName
{
border-color: #3D9C3F;
}
.TagClassName
{
border-color: #3D9C3F;
}
</style>