Shades of Fruit Salad #43994B
Tints of Fruit Salad #43994B
RGB
CMYK
RGB Variations
Color information
#43994B (or 0x43994B) is known color: Fruit Salad. HEX triplet: 43, 99 and 4B. RGB value is (67,153,75). Sum of RGB (Red+Green+Blue) = 67+153+75=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #43994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43994B is #BC66B4. Grayscale: #767676. Windows color (decimal): -12347061 or 4954435. OLE color: 4954435.
HSL color Cylindrical-coordinate representation of color #43994B: hue angle of 125.58º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43994B is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 75 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.4 |
| HSL | 125.58º | 0.39% | 0.43% | - |
| HSV(B) | 125.58º | 0.56% | 0.6% | - |
| XYZ | 14.98 | 24.48 | 10.59 | - |
| YUV | 118.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 75 | 0.56 | 0 | 0.51 | 0.4 | 125.58 | 0.39 | 0.43 |
| Hex | 43 | 99 | 4B | 38 | 0 | 33 | 28 | 7E | 27 | 2B |
| Octal | 103 | 231 | 113 | 70 | 0 | 63 | 50 | 176 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1001011 | 111000 | 0 | 110011 | 101000 | 1111110 | 100111 | 101011 |
Color Harmonies of #43994B
Complementary color
Monochromatic Colors of #43994B
Black with #43994B
Text Example
Text Example
White with #43994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43994B; }
p { color: rgb(67,153,75); }
H1.HeaderClassName
{
color: #43994B;
}
.AnyTagClassName
{
color: #43994B;
}
</style>
background-color css
<style>
a { background-color: #43994B; }
a { background-color: rgb(67,153,75); }
div.DivClassName
{
background-color: #43994B;
}
.BgClassName
{
background-color: #43994B;
}
</style>
border-color css
<style>
span { border-color: #43994B; }
span { border-color: rgb(67,153,75); }
td.TdClassName
{
border-color: #43994B;
}
.TagClassName
{
border-color: #43994B;
}
</style>