Shades of Fruit Salad #438D48
Tints of Fruit Salad #438D48
RGB
CMYK
RGB Variations
Color information
#438D48 (or 0x438D48) is known color: Fruit Salad. HEX triplet: 43, 8D and 48. RGB value is (67,141,72). Sum of RGB (Red+Green+Blue) = 67+141+72=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #438D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438D48 is #BC72B7. Grayscale: #6F6F6F. Windows color (decimal): -12350136 or 4754755. OLE color: 4754755.
HSL color Cylindrical-coordinate representation of color #438D48: hue angle of 124.05º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D48 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 72 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.45 |
| HSL | 124.05º | 0.36% | 0.41% | - |
| HSV(B) | 124.05º | 0.52% | 0.55% | - |
| XYZ | 13.01 | 20.71 | 9.44 | - |
| YUV | 111.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 72 | 0.52 | 0 | 0.49 | 0.45 | 124.05 | 0.36 | 0.41 |
| Hex | 43 | 8D | 48 | 34 | 0 | 31 | 2D | 7C | 24 | 29 |
| Octal | 103 | 215 | 110 | 64 | 0 | 61 | 55 | 174 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1001000 | 110100 | 0 | 110001 | 101101 | 1111100 | 100100 | 101001 |
Color Harmonies of #438D48
Complementary color
Monochromatic Colors of #438D48
Black with #438D48
Text Example
Text Example
White with #438D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D48; }
p { color: rgb(67,141,72); }
H1.HeaderClassName
{
color: #438D48;
}
.AnyTagClassName
{
color: #438D48;
}
</style>
background-color css
<style>
a { background-color: #438D48; }
a { background-color: rgb(67,141,72); }
div.DivClassName
{
background-color: #438D48;
}
.BgClassName
{
background-color: #438D48;
}
</style>
border-color css
<style>
span { border-color: #438D48; }
span { border-color: rgb(67,141,72); }
td.TdClassName
{
border-color: #438D48;
}
.TagClassName
{
border-color: #438D48;
}
</style>