Shades of Fruit Salad #439B50
Tints of Fruit Salad #439B50
RGB
CMYK
RGB Variations
Color information
#439B50 (or 0x439B50) is known color: Fruit Salad. HEX triplet: 43, 9B and 50. RGB value is (67,155,80). Sum of RGB (Red+Green+Blue) = 67+155+80=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #439B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B50 is #BC64AF. Grayscale: #787878. Windows color (decimal): -12346544 or 5282627. OLE color: 5282627.
HSL color Cylindrical-coordinate representation of color #439B50: hue angle of 128.86º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B50 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 155 | 80 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.39 |
| HSL | 128.86º | 0.4% | 0.44% | - |
| HSV(B) | 128.86º | 0.57% | 0.61% | - |
| XYZ | 15.48 | 25.22 | 11.64 | - |
| YUV | 120.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 80 | 0.57 | 0 | 0.48 | 0.39 | 128.86 | 0.4 | 0.44 |
| Hex | 43 | 9B | 50 | 39 | 0 | 30 | 27 | 81 | 28 | 2C |
| Octal | 103 | 233 | 120 | 71 | 0 | 60 | 47 | 201 | 50 | 54 |
| Binary | 1000011 | 10011011 | 1010000 | 111001 | 0 | 110000 | 100111 | 10000001 | 101000 | 101100 |
Color Harmonies of #439B50
Complementary color
Monochromatic Colors of #439B50
Black with #439B50
Text Example
Text Example
White with #439B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439B50; }
p { color: rgb(67,155,80); }
H1.HeaderClassName
{
color: #439B50;
}
.AnyTagClassName
{
color: #439B50;
}
</style>
background-color css
<style>
a { background-color: #439B50; }
a { background-color: rgb(67,155,80); }
div.DivClassName
{
background-color: #439B50;
}
.BgClassName
{
background-color: #439B50;
}
</style>
border-color css
<style>
span { border-color: #439B50; }
span { border-color: rgb(67,155,80); }
td.TdClassName
{
border-color: #439B50;
}
.TagClassName
{
border-color: #439B50;
}
</style>