Shades of Fruit Salad #43934C
Tints of Fruit Salad #43934C
RGB
CMYK
RGB Variations
Color information
#43934C (or 0x43934C) is known color: Fruit Salad. HEX triplet: 43, 93 and 4C. RGB value is (67,147,76). Sum of RGB (Red+Green+Blue) = 67+147+76=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #43934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43934C is #BC6CB3. Grayscale: #737373. Windows color (decimal): -12348596 or 5018435. OLE color: 5018435.
HSL color Cylindrical-coordinate representation of color #43934C: hue angle of 126.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43934C is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 147 | 76 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.42 |
| HSL | 126.75º | 0.37% | 0.42% | - |
| HSV(B) | 126.75º | 0.54% | 0.58% | - |
| XYZ | 14.05 | 22.58 | 10.46 | - |
| YUV | 114.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 147 | 76 | 0.54 | 0 | 0.48 | 0.42 | 126.75 | 0.37 | 0.42 |
| Hex | 43 | 93 | 4C | 36 | 0 | 30 | 2A | 7F | 25 | 2A |
| Octal | 103 | 223 | 114 | 66 | 0 | 60 | 52 | 177 | 45 | 52 |
| Binary | 1000011 | 10010011 | 1001100 | 110110 | 0 | 110000 | 101010 | 1111111 | 100101 | 101010 |
Color Harmonies of #43934C
Complementary color
Monochromatic Colors of #43934C
Black with #43934C
Text Example
Text Example
White with #43934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43934C; }
p { color: rgb(67,147,76); }
H1.HeaderClassName
{
color: #43934C;
}
.AnyTagClassName
{
color: #43934C;
}
</style>
background-color css
<style>
a { background-color: #43934C; }
a { background-color: rgb(67,147,76); }
div.DivClassName
{
background-color: #43934C;
}
.BgClassName
{
background-color: #43934C;
}
</style>
border-color css
<style>
span { border-color: #43934C; }
span { border-color: rgb(67,147,76); }
td.TdClassName
{
border-color: #43934C;
}
.TagClassName
{
border-color: #43934C;
}
</style>