Shades of Apple #549D41
Tints of Apple #549D41
RGB
CMYK
RGB Variations
Color information
#549D41 (or 0x549D41) is known color: Apple. HEX triplet: 54, 9D and 41. RGB value is (84,157,65). Sum of RGB (Red+Green+Blue) = 84+157+65=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #549D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D41 is #AB62BE. Grayscale: #7C7C7C. Windows color (decimal): -11231935 or 4300116. OLE color: 4300116.
HSL color Cylindrical-coordinate representation of color #549D41: hue angle of 107.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549D41 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 65 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.38 |
| HSL | 107.61º | 0.41% | 0.44% | - |
| HSV(B) | 107.61º | 0.59% | 0.62% | - |
| XYZ | 16.67 | 26.38 | 9.21 | - |
| YUV | 124.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 65 | 0.46 | 0 | 0.59 | 0.38 | 107.61 | 0.41 | 0.44 |
| Hex | 54 | 9D | 41 | 2E | 0 | 3B | 26 | 6C | 29 | 2C |
| Octal | 124 | 235 | 101 | 56 | 0 | 73 | 46 | 154 | 51 | 54 |
| Binary | 1010100 | 10011101 | 1000001 | 101110 | 0 | 111011 | 100110 | 1101100 | 101001 | 101100 |
Color Harmonies of #549D41
Complementary color
Monochromatic Colors of #549D41
Black with #549D41
Text Example
Text Example
White with #549D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D41; }
p { color: rgb(84,157,65); }
H1.HeaderClassName
{
color: #549D41;
}
.AnyTagClassName
{
color: #549D41;
}
</style>
background-color css
<style>
a { background-color: #549D41; }
a { background-color: rgb(84,157,65); }
div.DivClassName
{
background-color: #549D41;
}
.BgClassName
{
background-color: #549D41;
}
</style>
border-color css
<style>
span { border-color: #549D41; }
span { border-color: rgb(84,157,65); }
td.TdClassName
{
border-color: #549D41;
}
.TagClassName
{
border-color: #549D41;
}
</style>