Shades of Fruit Salad #41B343
Tints of Fruit Salad #41B343
RGB
CMYK
RGB Variations
Color information
#41B343 (or 0x41B343) is known color: Fruit Salad. HEX triplet: 41, B3 and 43. RGB value is (65,179,67). Sum of RGB (Red+Green+Blue) = 65+179+67=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #41B343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B343 is #BE4CBC. Grayscale: #848484. Windows color (decimal): -12471485 or 4436801. OLE color: 4436801.
HSL color Cylindrical-coordinate representation of color #41B343: hue angle of 121.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B343 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 67 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.30 |
| HSL | 121.05º | 0.47% | 0.48% | - |
| HSV(B) | 121.05º | 0.64% | 0.7% | - |
| XYZ | 19.31 | 33.77 | 10.81 | - |
| YUV | 132.15 | 91.23 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 67 | 0.64 | 0 | 0.63 | 0.30 | 121.05 | 0.47 | 0.48 |
| Hex | 41 | B3 | 43 | 40 | 0 | 3F | 1E | 79 | 2F | 30 |
| Octal | 101 | 263 | 103 | 100 | 0 | 77 | 36 | 171 | 57 | 60 |
| Binary | 1000001 | 10110011 | 1000011 | 1000000 | 0 | 111111 | 11110 | 1111001 | 101111 | 110000 |
Color Harmonies of #41B343
Complementary color
Monochromatic Colors of #41B343
Black with #41B343
Text Example
Text Example
White with #41B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B343; }
p { color: rgb(65,179,67); }
H1.HeaderClassName
{
color: #41B343;
}
.AnyTagClassName
{
color: #41B343;
}
</style>
background-color css
<style>
a { background-color: #41B343; }
a { background-color: rgb(65,179,67); }
div.DivClassName
{
background-color: #41B343;
}
.BgClassName
{
background-color: #41B343;
}
</style>
border-color css
<style>
span { border-color: #41B343; }
span { border-color: rgb(65,179,67); }
td.TdClassName
{
border-color: #41B343;
}
.TagClassName
{
border-color: #41B343;
}
</style>