Shades of Fruit Salad #43A03A
Tints of Fruit Salad #43A03A
RGB
CMYK
RGB Variations
Color information
#43A03A (or 0x43A03A) is known color: Fruit Salad. HEX triplet: 43, A0 and 3A. RGB value is (67,160,58). Sum of RGB (Red+Green+Blue) = 67+160+58=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #43A03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A03A is #BC5FC5. Grayscale: #787878. Windows color (decimal): -12345286 or 3842115. OLE color: 3842115.
HSL color Cylindrical-coordinate representation of color #43A03A: hue angle of 114.71º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43A03A is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 58 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.37 |
| HSL | 114.71º | 0.47% | 0.43% | - |
| HSV(B) | 114.71º | 0.64% | 0.63% | - |
| XYZ | 15.65 | 26.64 | 8.32 | - |
| YUV | 120.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 58 | 0.58 | 0 | 0.64 | 0.37 | 114.71 | 0.47 | 0.43 |
| Hex | 43 | A0 | 3A | 3A | 0 | 40 | 25 | 73 | 2F | 2B |
| Octal | 103 | 240 | 72 | 72 | 0 | 100 | 45 | 163 | 57 | 53 |
| Binary | 1000011 | 10100000 | 111010 | 111010 | 0 | 1000000 | 100101 | 1110011 | 101111 | 101011 |
Color Harmonies of #43A03A
Complementary color
Monochromatic Colors of #43A03A
Black with #43A03A
Text Example
Text Example
White with #43A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A03A; }
p { color: rgb(67,160,58); }
H1.HeaderClassName
{
color: #43A03A;
}
.AnyTagClassName
{
color: #43A03A;
}
</style>
background-color css
<style>
a { background-color: #43A03A; }
a { background-color: rgb(67,160,58); }
div.DivClassName
{
background-color: #43A03A;
}
.BgClassName
{
background-color: #43A03A;
}
</style>
border-color css
<style>
span { border-color: #43A03A; }
span { border-color: rgb(67,160,58); }
td.TdClassName
{
border-color: #43A03A;
}
.TagClassName
{
border-color: #43A03A;
}
</style>