Shades of Fruit Salad #43A13B
Tints of Fruit Salad #43A13B
RGB
CMYK
RGB Variations
Color information
#43A13B (or 0x43A13B) is known color: Fruit Salad. HEX triplet: 43, A1 and 3B. RGB value is (67,161,59). Sum of RGB (Red+Green+Blue) = 67+161+59=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #43A13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A13B is #BC5EC4. Grayscale: #797979. Windows color (decimal): -12345029 or 3907907. OLE color: 3907907.
HSL color Cylindrical-coordinate representation of color #43A13B: hue angle of 115.29º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43A13B is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 59 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.37 |
| HSL | 115.29º | 0.46% | 0.43% | - |
| HSV(B) | 115.29º | 0.63% | 0.63% | - |
| XYZ | 15.85 | 27 | 8.51 | - |
| YUV | 121.27 | 92.86 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 59 | 0.58 | 0 | 0.63 | 0.37 | 115.29 | 0.46 | 0.43 |
| Hex | 43 | A1 | 3B | 3A | 0 | 3F | 25 | 73 | 2E | 2B |
| Octal | 103 | 241 | 73 | 72 | 0 | 77 | 45 | 163 | 56 | 53 |
| Binary | 1000011 | 10100001 | 111011 | 111010 | 0 | 111111 | 100101 | 1110011 | 101110 | 101011 |
Color Harmonies of #43A13B
Complementary color
Monochromatic Colors of #43A13B
Black with #43A13B
Text Example
Text Example
White with #43A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A13B; }
p { color: rgb(67,161,59); }
H1.HeaderClassName
{
color: #43A13B;
}
.AnyTagClassName
{
color: #43A13B;
}
</style>
background-color css
<style>
a { background-color: #43A13B; }
a { background-color: rgb(67,161,59); }
div.DivClassName
{
background-color: #43A13B;
}
.BgClassName
{
background-color: #43A13B;
}
</style>
border-color css
<style>
span { border-color: #43A13B; }
span { border-color: rgb(67,161,59); }
td.TdClassName
{
border-color: #43A13B;
}
.TagClassName
{
border-color: #43A13B;
}
</style>