Shades of Fruit Salad #43A03D
Tints of Fruit Salad #43A03D
RGB
CMYK
RGB Variations
Color information
#43A03D (or 0x43A03D) is known color: Fruit Salad. HEX triplet: 43, A0 and 3D. RGB value is (67,160,61). Sum of RGB (Red+Green+Blue) = 67+160+61=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #43A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A03D is #BC5FC2. Grayscale: #797979. Windows color (decimal): -12345283 or 4038723. OLE color: 4038723.
HSL color Cylindrical-coordinate representation of color #43A03D: hue angle of 116.36º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43A03D is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 61 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.37 |
| HSL | 116.36º | 0.45% | 0.43% | - |
| HSV(B) | 116.36º | 0.62% | 0.63% | - |
| XYZ | 15.73 | 26.67 | 8.73 | - |
| YUV | 120.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 61 | 0.58 | 0 | 0.62 | 0.37 | 116.36 | 0.45 | 0.43 |
| Hex | 43 | A0 | 3D | 3A | 0 | 3E | 25 | 74 | 2D | 2B |
| Octal | 103 | 240 | 75 | 72 | 0 | 76 | 45 | 164 | 55 | 53 |
| Binary | 1000011 | 10100000 | 111101 | 111010 | 0 | 111110 | 100101 | 1110100 | 101101 | 101011 |
Color Harmonies of #43A03D
Complementary color
Monochromatic Colors of #43A03D
Black with #43A03D
Text Example
Text Example
White with #43A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A03D; }
p { color: rgb(67,160,61); }
H1.HeaderClassName
{
color: #43A03D;
}
.AnyTagClassName
{
color: #43A03D;
}
</style>
background-color css
<style>
a { background-color: #43A03D; }
a { background-color: rgb(67,160,61); }
div.DivClassName
{
background-color: #43A03D;
}
.BgClassName
{
background-color: #43A03D;
}
</style>
border-color css
<style>
span { border-color: #43A03D; }
span { border-color: rgb(67,160,61); }
td.TdClassName
{
border-color: #43A03D;
}
.TagClassName
{
border-color: #43A03D;
}
</style>