Shades of Fruit Salad #438E41
Tints of Fruit Salad #438E41
RGB
CMYK
RGB Variations
Color information
#438E41 (or 0x438E41) is known color: Fruit Salad. HEX triplet: 43, 8E and 41. RGB value is (67,142,65). Sum of RGB (Red+Green+Blue) = 67+142+65=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #438E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438E41 is #BC71BE. Grayscale: #6F6F6F. Windows color (decimal): -12349887 or 4296259. OLE color: 4296259.
HSL color Cylindrical-coordinate representation of color #438E41: hue angle of 118.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438E41 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 65 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.44 |
| HSL | 118.44º | 0.37% | 0.41% | - |
| HSV(B) | 118.44º | 0.54% | 0.56% | - |
| XYZ | 12.94 | 20.92 | 8.36 | - |
| YUV | 110.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 65 | 0.53 | 0 | 0.54 | 0.44 | 118.44 | 0.37 | 0.41 |
| Hex | 43 | 8E | 41 | 35 | 0 | 36 | 2C | 76 | 25 | 29 |
| Octal | 103 | 216 | 101 | 65 | 0 | 66 | 54 | 166 | 45 | 51 |
| Binary | 1000011 | 10001110 | 1000001 | 110101 | 0 | 110110 | 101100 | 1110110 | 100101 | 101001 |
Color Harmonies of #438E41
Complementary color
Monochromatic Colors of #438E41
Black with #438E41
Text Example
Text Example
White with #438E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E41; }
p { color: rgb(67,142,65); }
H1.HeaderClassName
{
color: #438E41;
}
.AnyTagClassName
{
color: #438E41;
}
</style>
background-color css
<style>
a { background-color: #438E41; }
a { background-color: rgb(67,142,65); }
div.DivClassName
{
background-color: #438E41;
}
.BgClassName
{
background-color: #438E41;
}
</style>
border-color css
<style>
span { border-color: #438E41; }
span { border-color: rgb(67,142,65); }
td.TdClassName
{
border-color: #438E41;
}
.TagClassName
{
border-color: #438E41;
}
</style>