Shades of Fruit Salad #41934B
Tints of Fruit Salad #41934B
RGB
CMYK
RGB Variations
Color information
#41934B (or 0x41934B) is known color: Fruit Salad. HEX triplet: 41, 93 and 4B. RGB value is (65,147,75). Sum of RGB (Red+Green+Blue) = 65+147+75=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #41934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41934B is #BE6CB4. Grayscale: #727272. Windows color (decimal): -12479669 or 4952897. OLE color: 4952897.
HSL color Cylindrical-coordinate representation of color #41934B: hue angle of 127.32º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41934B is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 147 | 75 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.42 |
| HSL | 127.32º | 0.39% | 0.42% | - |
| HSV(B) | 127.32º | 0.56% | 0.58% | - |
| XYZ | 13.88 | 22.5 | 10.27 | - |
| YUV | 114.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 75 | 0.56 | 0 | 0.49 | 0.42 | 127.32 | 0.39 | 0.42 |
| Hex | 41 | 93 | 4B | 38 | 0 | 31 | 2A | 7F | 27 | 2A |
| Octal | 101 | 223 | 113 | 70 | 0 | 61 | 52 | 177 | 47 | 52 |
| Binary | 1000001 | 10010011 | 1001011 | 111000 | 0 | 110001 | 101010 | 1111111 | 100111 | 101010 |
Color Harmonies of #41934B
Complementary color
Monochromatic Colors of #41934B
Black with #41934B
Text Example
Text Example
White with #41934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41934B; }
p { color: rgb(65,147,75); }
H1.HeaderClassName
{
color: #41934B;
}
.AnyTagClassName
{
color: #41934B;
}
</style>
background-color css
<style>
a { background-color: #41934B; }
a { background-color: rgb(65,147,75); }
div.DivClassName
{
background-color: #41934B;
}
.BgClassName
{
background-color: #41934B;
}
</style>
border-color css
<style>
span { border-color: #41934B; }
span { border-color: rgb(65,147,75); }
td.TdClassName
{
border-color: #41934B;
}
.TagClassName
{
border-color: #41934B;
}
</style>