Shades of Fruit Salad #43A548
Tints of Fruit Salad #43A548
RGB
CMYK
RGB Variations
Color information
#43A548 (or 0x43A548) is known color: Fruit Salad. HEX triplet: 43, A5 and 48. RGB value is (67,165,72). Sum of RGB (Red+Green+Blue) = 67+165+72=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #43A548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A548 is #BC5AB7. Grayscale: #7D7D7D. Windows color (decimal): -12343992 or 4760899. OLE color: 4760899.
HSL color Cylindrical-coordinate representation of color #43A548: hue angle of 123.06º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A548 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 165 | 72 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.35 |
| HSL | 123.06º | 0.42% | 0.45% | - |
| HSV(B) | 123.06º | 0.59% | 0.65% | - |
| XYZ | 16.94 | 28.57 | 10.75 | - |
| YUV | 125.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 165 | 72 | 0.59 | 0 | 0.56 | 0.35 | 123.06 | 0.42 | 0.45 |
| Hex | 43 | A5 | 48 | 3B | 0 | 38 | 23 | 7B | 2A | 2D |
| Octal | 103 | 245 | 110 | 73 | 0 | 70 | 43 | 173 | 52 | 55 |
| Binary | 1000011 | 10100101 | 1001000 | 111011 | 0 | 111000 | 100011 | 1111011 | 101010 | 101101 |
Color Harmonies of #43A548
Complementary color
Monochromatic Colors of #43A548
Black with #43A548
Text Example
Text Example
White with #43A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A548; }
p { color: rgb(67,165,72); }
H1.HeaderClassName
{
color: #43A548;
}
.AnyTagClassName
{
color: #43A548;
}
</style>
background-color css
<style>
a { background-color: #43A548; }
a { background-color: rgb(67,165,72); }
div.DivClassName
{
background-color: #43A548;
}
.BgClassName
{
background-color: #43A548;
}
</style>
border-color css
<style>
span { border-color: #43A548; }
span { border-color: rgb(67,165,72); }
td.TdClassName
{
border-color: #43A548;
}
.TagClassName
{
border-color: #43A548;
}
</style>