Shades of Fruit Salad #3D9A3A
Tints of Fruit Salad #3D9A3A
RGB
CMYK
RGB Variations
Color information
#3D9A3A (or 0x3D9A3A) is known color: Fruit Salad. HEX triplet: 3D, 9A and 3A. RGB value is (61,154,58). Sum of RGB (Red+Green+Blue) = 61+154+58=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9A3A is #C265C5. Grayscale: #737373. Windows color (decimal): -12740038 or 3840573. OLE color: 3840573.
HSL color Cylindrical-coordinate representation of color #3D9A3A: hue angle of 118.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9A3A is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 154 | 58 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.40 |
| HSL | 118.13º | 0.45% | 0.42% | - |
| HSV(B) | 118.13º | 0.62% | 0.6% | - |
| XYZ | 14.24 | 24.41 | 7.96 | - |
| YUV | 115.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 58 | 0.60 | 0 | 0.62 | 0.40 | 118.13 | 0.45 | 0.42 |
| Hex | 3D | 9A | 3A | 3C | 0 | 3E | 28 | 76 | 2D | 2A |
| Octal | 75 | 232 | 72 | 74 | 0 | 76 | 50 | 166 | 55 | 52 |
| Binary | 111101 | 10011010 | 111010 | 111100 | 0 | 111110 | 101000 | 1110110 | 101101 | 101010 |
Color Harmonies of #3D9A3A
Complementary color
Monochromatic Colors of #3D9A3A
Black with #3D9A3A
Text Example
Text Example
White with #3D9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9A3A; }
p { color: rgb(61,154,58); }
H1.HeaderClassName
{
color: #3D9A3A;
}
.AnyTagClassName
{
color: #3D9A3A;
}
</style>
background-color css
<style>
a { background-color: #3D9A3A; }
a { background-color: rgb(61,154,58); }
div.DivClassName
{
background-color: #3D9A3A;
}
.BgClassName
{
background-color: #3D9A3A;
}
</style>
border-color css
<style>
span { border-color: #3D9A3A; }
span { border-color: rgb(61,154,58); }
td.TdClassName
{
border-color: #3D9A3A;
}
.TagClassName
{
border-color: #3D9A3A;
}
</style>