Shades of Fruit Salad #3E9044
Tints of Fruit Salad #3E9044
RGB
CMYK
RGB Variations
Color information
#3E9044 (or 0x3E9044) is known color: Fruit Salad. HEX triplet: 3E, 90 and 44. RGB value is (62,144,68). Sum of RGB (Red+Green+Blue) = 62+144+68=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E9044 is #C16FBB. Grayscale: #6F6F6F. Windows color (decimal): -12677052 or 4493374. OLE color: 4493374.
HSL color Cylindrical-coordinate representation of color #3E9044: hue angle of 124.39º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9044 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 68 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.44 |
| HSL | 124.39º | 0.4% | 0.4% | - |
| HSV(B) | 124.39º | 0.57% | 0.56% | - |
| XYZ | 13 | 21.39 | 8.91 | - |
| YUV | 110.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 68 | 0.57 | 0 | 0.53 | 0.44 | 124.39 | 0.4 | 0.4 |
| Hex | 3E | 90 | 44 | 39 | 0 | 35 | 2C | 7C | 28 | 28 |
| Octal | 76 | 220 | 104 | 71 | 0 | 65 | 54 | 174 | 50 | 50 |
| Binary | 111110 | 10010000 | 1000100 | 111001 | 0 | 110101 | 101100 | 1111100 | 101000 | 101000 |
Color Harmonies of #3E9044
Complementary color
Monochromatic Colors of #3E9044
Black with #3E9044
Text Example
Text Example
White with #3E9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9044; }
p { color: rgb(62,144,68); }
H1.HeaderClassName
{
color: #3E9044;
}
.AnyTagClassName
{
color: #3E9044;
}
</style>
background-color css
<style>
a { background-color: #3E9044; }
a { background-color: rgb(62,144,68); }
div.DivClassName
{
background-color: #3E9044;
}
.BgClassName
{
background-color: #3E9044;
}
</style>
border-color css
<style>
span { border-color: #3E9044; }
span { border-color: rgb(62,144,68); }
td.TdClassName
{
border-color: #3E9044;
}
.TagClassName
{
border-color: #3E9044;
}
</style>