Shades of Fruit Salad #43954E
Tints of Fruit Salad #43954E
RGB
CMYK
RGB Variations
Color information
#43954E (or 0x43954E) is known color: Fruit Salad. HEX triplet: 43, 95 and 4E. RGB value is (67,149,78). Sum of RGB (Red+Green+Blue) = 67+149+78=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #43954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43954E is #BC6AB1. Grayscale: #747474. Windows color (decimal): -12348082 or 5150019. OLE color: 5150019.
HSL color Cylindrical-coordinate representation of color #43954E: hue angle of 128.05º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43954E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 149 | 78 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.42 |
| HSL | 128.05º | 0.38% | 0.42% | - |
| HSV(B) | 128.05º | 0.55% | 0.58% | - |
| XYZ | 14.44 | 23.24 | 10.93 | - |
| YUV | 116.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 149 | 78 | 0.55 | 0 | 0.48 | 0.42 | 128.05 | 0.38 | 0.42 |
| Hex | 43 | 95 | 4E | 37 | 0 | 30 | 2A | 80 | 26 | 2A |
| Octal | 103 | 225 | 116 | 67 | 0 | 60 | 52 | 200 | 46 | 52 |
| Binary | 1000011 | 10010101 | 1001110 | 110111 | 0 | 110000 | 101010 | 10000000 | 100110 | 101010 |
Color Harmonies of #43954E
Complementary color
Monochromatic Colors of #43954E
Black with #43954E
Text Example
Text Example
White with #43954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43954E; }
p { color: rgb(67,149,78); }
H1.HeaderClassName
{
color: #43954E;
}
.AnyTagClassName
{
color: #43954E;
}
</style>
background-color css
<style>
a { background-color: #43954E; }
a { background-color: rgb(67,149,78); }
div.DivClassName
{
background-color: #43954E;
}
.BgClassName
{
background-color: #43954E;
}
</style>
border-color css
<style>
span { border-color: #43954E; }
span { border-color: rgb(67,149,78); }
td.TdClassName
{
border-color: #43954E;
}
.TagClassName
{
border-color: #43954E;
}
</style>