Shades of Fruit Salad #3D9B42
Tints of Fruit Salad #3D9B42
RGB
CMYK
RGB Variations
Color information
#3D9B42 (or 0x3D9B42) is known color: Fruit Salad. HEX triplet: 3D, 9B and 42. RGB value is (61,155,66). Sum of RGB (Red+Green+Blue) = 61+155+66=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9B42 is #C264BD. Grayscale: #757575. Windows color (decimal): -12739774 or 4365117. OLE color: 4365117.
HSL color Cylindrical-coordinate representation of color #3D9B42: hue angle of 123.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B42 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 155 | 66 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.39 |
| HSL | 123.19º | 0.44% | 0.42% | - |
| HSV(B) | 123.19º | 0.61% | 0.61% | - |
| XYZ | 14.63 | 24.83 | 9.18 | - |
| YUV | 116.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 155 | 66 | 0.61 | 0 | 0.57 | 0.39 | 123.19 | 0.44 | 0.42 |
| Hex | 3D | 9B | 42 | 3D | 0 | 39 | 27 | 7B | 2C | 2A |
| Octal | 75 | 233 | 102 | 75 | 0 | 71 | 47 | 173 | 54 | 52 |
| Binary | 111101 | 10011011 | 1000010 | 111101 | 0 | 111001 | 100111 | 1111011 | 101100 | 101010 |
Color Harmonies of #3D9B42
Complementary color
Monochromatic Colors of #3D9B42
Black with #3D9B42
Text Example
Text Example
White with #3D9B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9B42; }
p { color: rgb(61,155,66); }
H1.HeaderClassName
{
color: #3D9B42;
}
.AnyTagClassName
{
color: #3D9B42;
}
</style>
background-color css
<style>
a { background-color: #3D9B42; }
a { background-color: rgb(61,155,66); }
div.DivClassName
{
background-color: #3D9B42;
}
.BgClassName
{
background-color: #3D9B42;
}
</style>
border-color css
<style>
span { border-color: #3D9B42; }
span { border-color: rgb(61,155,66); }
td.TdClassName
{
border-color: #3D9B42;
}
.TagClassName
{
border-color: #3D9B42;
}
</style>