Shades of Apple #549E40
Tints of Apple #549E40
RGB
CMYK
RGB Variations
Color information
#549E40 (or 0x549E40) is known color: Apple. HEX triplet: 54, 9E and 40. RGB value is (84,158,64). Sum of RGB (Red+Green+Blue) = 84+158+64=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #549E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549E40 is #AB61BF. Grayscale: #7D7D7D. Windows color (decimal): -11231680 or 4234836. OLE color: 4234836.
HSL color Cylindrical-coordinate representation of color #549E40: hue angle of 107.23º degrees, saturation: 0.42, 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 #549E40 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 158 | 64 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.38 |
| HSL | 107.23º | 0.42% | 0.44% | - |
| HSV(B) | 107.23º | 0.59% | 0.62% | - |
| XYZ | 16.81 | 26.71 | 9.12 | - |
| YUV | 125.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 64 | 0.47 | 0 | 0.59 | 0.38 | 107.23 | 0.42 | 0.44 |
| Hex | 54 | 9E | 40 | 2F | 0 | 3B | 26 | 6B | 2A | 2C |
| Octal | 124 | 236 | 100 | 57 | 0 | 73 | 46 | 153 | 52 | 54 |
| Binary | 1010100 | 10011110 | 1000000 | 101111 | 0 | 111011 | 100110 | 1101011 | 101010 | 101100 |
Color Harmonies of #549E40
Complementary color
Monochromatic Colors of #549E40
Black with #549E40
Text Example
Text Example
White with #549E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549E40; }
p { color: rgb(84,158,64); }
H1.HeaderClassName
{
color: #549E40;
}
.AnyTagClassName
{
color: #549E40;
}
</style>
background-color css
<style>
a { background-color: #549E40; }
a { background-color: rgb(84,158,64); }
div.DivClassName
{
background-color: #549E40;
}
.BgClassName
{
background-color: #549E40;
}
</style>
border-color css
<style>
span { border-color: #549E40; }
span { border-color: rgb(84,158,64); }
td.TdClassName
{
border-color: #549E40;
}
.TagClassName
{
border-color: #549E40;
}
</style>