Shades of Apple #549D40
Tints of Apple #549D40
RGB
CMYK
RGB Variations
Color information
#549D40 (or 0x549D40) is known color: Apple. HEX triplet: 54, 9D and 40. RGB value is (84,157,64). Sum of RGB (Red+Green+Blue) = 84+157+64=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #549D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D40 is #AB62BF. Grayscale: #7C7C7C. Windows color (decimal): -11231936 or 4234580. OLE color: 4234580.
HSL color Cylindrical-coordinate representation of color #549D40: hue angle of 107.1º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549D40 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 64 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.38 |
| HSL | 107.1º | 0.42% | 0.43% | - |
| HSV(B) | 107.1º | 0.59% | 0.62% | - |
| XYZ | 16.64 | 26.37 | 9.06 | - |
| YUV | 124.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 64 | 0.46 | 0 | 0.59 | 0.38 | 107.1 | 0.42 | 0.43 |
| Hex | 54 | 9D | 40 | 2E | 0 | 3B | 26 | 6B | 2A | 2B |
| Octal | 124 | 235 | 100 | 56 | 0 | 73 | 46 | 153 | 52 | 53 |
| Binary | 1010100 | 10011101 | 1000000 | 101110 | 0 | 111011 | 100110 | 1101011 | 101010 | 101011 |
Color Harmonies of #549D40
Complementary color
Monochromatic Colors of #549D40
Black with #549D40
Text Example
Text Example
White with #549D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D40; }
p { color: rgb(84,157,64); }
H1.HeaderClassName
{
color: #549D40;
}
.AnyTagClassName
{
color: #549D40;
}
</style>
background-color css
<style>
a { background-color: #549D40; }
a { background-color: rgb(84,157,64); }
div.DivClassName
{
background-color: #549D40;
}
.BgClassName
{
background-color: #549D40;
}
</style>
border-color css
<style>
span { border-color: #549D40; }
span { border-color: rgb(84,157,64); }
td.TdClassName
{
border-color: #549D40;
}
.TagClassName
{
border-color: #549D40;
}
</style>