Shades of Fruit Salad #3D9A44
Tints of Fruit Salad #3D9A44
RGB
CMYK
RGB Variations
Color information
#3D9A44 (or 0x3D9A44) is known color: Fruit Salad. HEX triplet: 3D, 9A and 44. RGB value is (61,154,68). Sum of RGB (Red+Green+Blue) = 61+154+68=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9A44 is #C265BB. Grayscale: #747474. Windows color (decimal): -12740028 or 4495933. OLE color: 4495933.
HSL color Cylindrical-coordinate representation of color #3D9A44: hue angle of 124.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9A44 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 154 | 68 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.40 |
| HSL | 124.52º | 0.43% | 0.42% | - |
| HSV(B) | 124.52º | 0.6% | 0.6% | - |
| XYZ | 14.52 | 24.52 | 9.44 | - |
| YUV | 116.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 68 | 0.60 | 0 | 0.56 | 0.40 | 124.52 | 0.43 | 0.42 |
| Hex | 3D | 9A | 44 | 3C | 0 | 38 | 28 | 7D | 2B | 2A |
| Octal | 75 | 232 | 104 | 74 | 0 | 70 | 50 | 175 | 53 | 52 |
| Binary | 111101 | 10011010 | 1000100 | 111100 | 0 | 111000 | 101000 | 1111101 | 101011 | 101010 |
Color Harmonies of #3D9A44
Complementary color
Monochromatic Colors of #3D9A44
Black with #3D9A44
Text Example
Text Example
White with #3D9A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9A44; }
p { color: rgb(61,154,68); }
H1.HeaderClassName
{
color: #3D9A44;
}
.AnyTagClassName
{
color: #3D9A44;
}
</style>
background-color css
<style>
a { background-color: #3D9A44; }
a { background-color: rgb(61,154,68); }
div.DivClassName
{
background-color: #3D9A44;
}
.BgClassName
{
background-color: #3D9A44;
}
</style>
border-color css
<style>
span { border-color: #3D9A44; }
span { border-color: rgb(61,154,68); }
td.TdClassName
{
border-color: #3D9A44;
}
.TagClassName
{
border-color: #3D9A44;
}
</style>