Shades of Fruit Salad #41943F
Tints of Fruit Salad #41943F
RGB
CMYK
RGB Variations
Color information
#41943F (or 0x41943F) is known color: Fruit Salad. HEX triplet: 41, 94 and 3F. RGB value is (65,148,63). Sum of RGB (Red+Green+Blue) = 65+148+63=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #41943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41943F is #BE6BC0. Grayscale: #717171. Windows color (decimal): -12479425 or 4166721. OLE color: 4166721.
HSL color Cylindrical-coordinate representation of color #41943F: hue angle of 118.59º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41943F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 63 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.42 |
| HSL | 118.59º | 0.4% | 0.41% | - |
| HSV(B) | 118.59º | 0.57% | 0.58% | - |
| XYZ | 13.67 | 22.66 | 8.36 | - |
| YUV | 113.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 63 | 0.56 | 0 | 0.57 | 0.42 | 118.59 | 0.4 | 0.41 |
| Hex | 41 | 94 | 3F | 38 | 0 | 39 | 2A | 77 | 28 | 29 |
| Octal | 101 | 224 | 77 | 70 | 0 | 71 | 52 | 167 | 50 | 51 |
| Binary | 1000001 | 10010100 | 111111 | 111000 | 0 | 111001 | 101010 | 1110111 | 101000 | 101001 |
Color Harmonies of #41943F
Complementary color
Monochromatic Colors of #41943F
Black with #41943F
Text Example
Text Example
White with #41943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41943F; }
p { color: rgb(65,148,63); }
H1.HeaderClassName
{
color: #41943F;
}
.AnyTagClassName
{
color: #41943F;
}
</style>
background-color css
<style>
a { background-color: #41943F; }
a { background-color: rgb(65,148,63); }
div.DivClassName
{
background-color: #41943F;
}
.BgClassName
{
background-color: #41943F;
}
</style>
border-color css
<style>
span { border-color: #41943F; }
span { border-color: rgb(65,148,63); }
td.TdClassName
{
border-color: #41943F;
}
.TagClassName
{
border-color: #41943F;
}
</style>