Shades of Fruit Salad #43923F
Tints of Fruit Salad #43923F
RGB
CMYK
RGB Variations
Color information
#43923F (or 0x43923F) is known color: Fruit Salad. HEX triplet: 43, 92 and 3F. RGB value is (67,146,63). Sum of RGB (Red+Green+Blue) = 67+146+63=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #43923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43923F is #BC6DC0. Grayscale: #717171. Windows color (decimal): -12348865 or 4166211. OLE color: 4166211.
HSL color Cylindrical-coordinate representation of color #43923F: hue angle of 117.11º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43923F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 63 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.43 |
| HSL | 117.11º | 0.4% | 0.41% | - |
| HSV(B) | 117.11º | 0.57% | 0.57% | - |
| XYZ | 13.49 | 22.11 | 8.26 | - |
| YUV | 112.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 63 | 0.54 | 0 | 0.57 | 0.43 | 117.11 | 0.4 | 0.41 |
| Hex | 43 | 92 | 3F | 36 | 0 | 39 | 2B | 75 | 28 | 29 |
| Octal | 103 | 222 | 77 | 66 | 0 | 71 | 53 | 165 | 50 | 51 |
| Binary | 1000011 | 10010010 | 111111 | 110110 | 0 | 111001 | 101011 | 1110101 | 101000 | 101001 |
Color Harmonies of #43923F
Complementary color
Monochromatic Colors of #43923F
Black with #43923F
Text Example
Text Example
White with #43923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43923F; }
p { color: rgb(67,146,63); }
H1.HeaderClassName
{
color: #43923F;
}
.AnyTagClassName
{
color: #43923F;
}
</style>
background-color css
<style>
a { background-color: #43923F; }
a { background-color: rgb(67,146,63); }
div.DivClassName
{
background-color: #43923F;
}
.BgClassName
{
background-color: #43923F;
}
</style>
border-color css
<style>
span { border-color: #43923F; }
span { border-color: rgb(67,146,63); }
td.TdClassName
{
border-color: #43923F;
}
.TagClassName
{
border-color: #43923F;
}
</style>