Shades of Fruit Salad #439245
Tints of Fruit Salad #439245
RGB
CMYK
RGB Variations
Color information
#439245 (or 0x439245) is known color: Fruit Salad. HEX triplet: 43, 92 and 45. RGB value is (67,146,69). Sum of RGB (Red+Green+Blue) = 67+146+69=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #439245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #439245 is #BC6DBA. Grayscale: #717171. Windows color (decimal): -12348859 or 4559427. OLE color: 4559427.
HSL color Cylindrical-coordinate representation of color #439245: hue angle of 121.52º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #439245 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 69 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.43 |
| HSL | 121.52º | 0.37% | 0.42% | - |
| HSV(B) | 121.52º | 0.54% | 0.57% | - |
| XYZ | 13.67 | 22.18 | 9.19 | - |
| YUV | 113.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 69 | 0.54 | 0 | 0.53 | 0.43 | 121.52 | 0.37 | 0.42 |
| Hex | 43 | 92 | 45 | 36 | 0 | 35 | 2B | 7A | 25 | 2A |
| Octal | 103 | 222 | 105 | 66 | 0 | 65 | 53 | 172 | 45 | 52 |
| Binary | 1000011 | 10010010 | 1000101 | 110110 | 0 | 110101 | 101011 | 1111010 | 100101 | 101010 |
Color Harmonies of #439245
Complementary color
Monochromatic Colors of #439245
Black with #439245
Text Example
Text Example
White with #439245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439245; }
p { color: rgb(67,146,69); }
H1.HeaderClassName
{
color: #439245;
}
.AnyTagClassName
{
color: #439245;
}
</style>
background-color css
<style>
a { background-color: #439245; }
a { background-color: rgb(67,146,69); }
div.DivClassName
{
background-color: #439245;
}
.BgClassName
{
background-color: #439245;
}
</style>
border-color css
<style>
span { border-color: #439245; }
span { border-color: rgb(67,146,69); }
td.TdClassName
{
border-color: #439245;
}
.TagClassName
{
border-color: #439245;
}
</style>