Shades of Fruit Salad #3D933E
Tints of Fruit Salad #3D933E
RGB
CMYK
RGB Variations
Color information
#3D933E (or 0x3D933E) is known color: Fruit Salad. HEX triplet: 3D, 93 and 3E. RGB value is (61,147,62). Sum of RGB (Red+Green+Blue) = 61+147+62=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #3D933E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D933E is #C26CC1. Grayscale: #6F6F6F. Windows color (decimal): -12741826 or 4100925. OLE color: 4100925.
HSL color Cylindrical-coordinate representation of color #3D933E: hue angle of 120.7º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D933E is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 62 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.42 |
| HSL | 120.7º | 0.41% | 0.41% | - |
| HSV(B) | 120.7º | 0.59% | 0.58% | - |
| XYZ | 13.23 | 22.21 | 8.15 | - |
| YUV | 111.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 62 | 0.59 | 0 | 0.58 | 0.42 | 120.7 | 0.41 | 0.41 |
| Hex | 3D | 93 | 3E | 3B | 0 | 3A | 2A | 79 | 29 | 29 |
| Octal | 75 | 223 | 76 | 73 | 0 | 72 | 52 | 171 | 51 | 51 |
| Binary | 111101 | 10010011 | 111110 | 111011 | 0 | 111010 | 101010 | 1111001 | 101001 | 101001 |
Color Harmonies of #3D933E
Complementary color
Monochromatic Colors of #3D933E
Black with #3D933E
Text Example
Text Example
White with #3D933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D933E; }
p { color: rgb(61,147,62); }
H1.HeaderClassName
{
color: #3D933E;
}
.AnyTagClassName
{
color: #3D933E;
}
</style>
background-color css
<style>
a { background-color: #3D933E; }
a { background-color: rgb(61,147,62); }
div.DivClassName
{
background-color: #3D933E;
}
.BgClassName
{
background-color: #3D933E;
}
</style>
border-color css
<style>
span { border-color: #3D933E; }
span { border-color: rgb(61,147,62); }
td.TdClassName
{
border-color: #3D933E;
}
.TagClassName
{
border-color: #3D933E;
}
</style>