Shades of Fruit Salad #43944C
Tints of Fruit Salad #43944C
RGB
CMYK
RGB Variations
Color information
#43944C (or 0x43944C) is known color: Fruit Salad. HEX triplet: 43, 94 and 4C. RGB value is (67,148,76). Sum of RGB (Red+Green+Blue) = 67+148+76=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #43944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43944C is #BC6BB3. Grayscale: #737373. Windows color (decimal): -12348340 or 5018691. OLE color: 5018691.
HSL color Cylindrical-coordinate representation of color #43944C: hue angle of 126.67º 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 #43944C is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 148 | 76 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.42 |
| HSL | 126.67º | 0.38% | 0.42% | - |
| HSV(B) | 126.67º | 0.55% | 0.58% | - |
| XYZ | 14.21 | 22.89 | 10.51 | - |
| YUV | 115.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 148 | 76 | 0.55 | 0 | 0.49 | 0.42 | 126.67 | 0.38 | 0.42 |
| Hex | 43 | 94 | 4C | 37 | 0 | 31 | 2A | 7F | 26 | 2A |
| Octal | 103 | 224 | 114 | 67 | 0 | 61 | 52 | 177 | 46 | 52 |
| Binary | 1000011 | 10010100 | 1001100 | 110111 | 0 | 110001 | 101010 | 1111111 | 100110 | 101010 |
Color Harmonies of #43944C
Complementary color
Monochromatic Colors of #43944C
Black with #43944C
Text Example
Text Example
White with #43944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43944C; }
p { color: rgb(67,148,76); }
H1.HeaderClassName
{
color: #43944C;
}
.AnyTagClassName
{
color: #43944C;
}
</style>
background-color css
<style>
a { background-color: #43944C; }
a { background-color: rgb(67,148,76); }
div.DivClassName
{
background-color: #43944C;
}
.BgClassName
{
background-color: #43944C;
}
</style>
border-color css
<style>
span { border-color: #43944C; }
span { border-color: rgb(67,148,76); }
td.TdClassName
{
border-color: #43944C;
}
.TagClassName
{
border-color: #43944C;
}
</style>