Shades of Fruit Salad #43A34A
Tints of Fruit Salad #43A34A
RGB
CMYK
RGB Variations
Color information
#43A34A (or 0x43A34A) is known color: Fruit Salad. HEX triplet: 43, A3 and 4A. RGB value is (67,163,74). Sum of RGB (Red+Green+Blue) = 67+163+74=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #43A34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A34A is #BC5CB5. Grayscale: #7C7C7C. Windows color (decimal): -12344502 or 4891459. OLE color: 4891459.
HSL color Cylindrical-coordinate representation of color #43A34A: hue angle of 124.38º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A34A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 74 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.36 |
| HSL | 124.38º | 0.42% | 0.45% | - |
| HSV(B) | 124.38º | 0.59% | 0.64% | - |
| XYZ | 16.65 | 27.88 | 10.98 | - |
| YUV | 124.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 74 | 0.59 | 0 | 0.55 | 0.36 | 124.38 | 0.42 | 0.45 |
| Hex | 43 | A3 | 4A | 3B | 0 | 37 | 24 | 7C | 2A | 2D |
| Octal | 103 | 243 | 112 | 73 | 0 | 67 | 44 | 174 | 52 | 55 |
| Binary | 1000011 | 10100011 | 1001010 | 111011 | 0 | 110111 | 100100 | 1111100 | 101010 | 101101 |
Color Harmonies of #43A34A
Complementary color
Monochromatic Colors of #43A34A
Black with #43A34A
Text Example
Text Example
White with #43A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A34A; }
p { color: rgb(67,163,74); }
H1.HeaderClassName
{
color: #43A34A;
}
.AnyTagClassName
{
color: #43A34A;
}
</style>
background-color css
<style>
a { background-color: #43A34A; }
a { background-color: rgb(67,163,74); }
div.DivClassName
{
background-color: #43A34A;
}
.BgClassName
{
background-color: #43A34A;
}
</style>
border-color css
<style>
span { border-color: #43A34A; }
span { border-color: rgb(67,163,74); }
td.TdClassName
{
border-color: #43A34A;
}
.TagClassName
{
border-color: #43A34A;
}
</style>