Shades of Fruit Salad #438D45
Tints of Fruit Salad #438D45
RGB
CMYK
RGB Variations
Color information
#438D45 (or 0x438D45) is known color: Fruit Salad. HEX triplet: 43, 8D and 45. RGB value is (67,141,69). Sum of RGB (Red+Green+Blue) = 67+141+69=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #438D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438D45 is #BC72BA. Grayscale: #6E6E6E. Windows color (decimal): -12350139 or 4558147. OLE color: 4558147.
HSL color Cylindrical-coordinate representation of color #438D45: hue angle of 121.62º 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 #438D45 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 141 | 69 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.45 |
| HSL | 121.62º | 0.36% | 0.41% | - |
| HSV(B) | 121.62º | 0.52% | 0.55% | - |
| XYZ | 12.91 | 20.67 | 8.94 | - |
| YUV | 110.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 141 | 69 | 0.52 | 0 | 0.51 | 0.45 | 121.62 | 0.36 | 0.41 |
| Hex | 43 | 8D | 45 | 34 | 0 | 33 | 2D | 7A | 24 | 29 |
| Octal | 103 | 215 | 105 | 64 | 0 | 63 | 55 | 172 | 44 | 51 |
| Binary | 1000011 | 10001101 | 1000101 | 110100 | 0 | 110011 | 101101 | 1111010 | 100100 | 101001 |
Color Harmonies of #438D45
Complementary color
Monochromatic Colors of #438D45
Black with #438D45
Text Example
Text Example
White with #438D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438D45; }
p { color: rgb(67,141,69); }
H1.HeaderClassName
{
color: #438D45;
}
.AnyTagClassName
{
color: #438D45;
}
</style>
background-color css
<style>
a { background-color: #438D45; }
a { background-color: rgb(67,141,69); }
div.DivClassName
{
background-color: #438D45;
}
.BgClassName
{
background-color: #438D45;
}
</style>
border-color css
<style>
span { border-color: #438D45; }
span { border-color: rgb(67,141,69); }
td.TdClassName
{
border-color: #438D45;
}
.TagClassName
{
border-color: #438D45;
}
</style>