Shades of Apple #549D3B
Tints of Apple #549D3B
RGB
CMYK
RGB Variations
Color information
#549D3B (or 0x549D3B) is known color: Apple. HEX triplet: 54, 9D and 3B. RGB value is (84,157,59). Sum of RGB (Red+Green+Blue) = 84+157+59=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #549D3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D3B is #AB62C4. Grayscale: #7C7C7C. Windows color (decimal): -11231941 or 3906900. OLE color: 3906900.
HSL color Cylindrical-coordinate representation of color #549D3B: hue angle of 104.69º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549D3B is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 59 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.38 |
| HSL | 104.69º | 0.45% | 0.42% | - |
| HSV(B) | 104.69º | 0.62% | 0.62% | - |
| XYZ | 16.5 | 26.31 | 8.35 | - |
| YUV | 124 | 91.32 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 59 | 0.46 | 0 | 0.62 | 0.38 | 104.69 | 0.45 | 0.42 |
| Hex | 54 | 9D | 3B | 2E | 0 | 3E | 26 | 69 | 2D | 2A |
| Octal | 124 | 235 | 73 | 56 | 0 | 76 | 46 | 151 | 55 | 52 |
| Binary | 1010100 | 10011101 | 111011 | 101110 | 0 | 111110 | 100110 | 1101001 | 101101 | 101010 |
Color Harmonies of #549D3B
Complementary color
Monochromatic Colors of #549D3B
Black with #549D3B
Text Example
Text Example
White with #549D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D3B; }
p { color: rgb(84,157,59); }
H1.HeaderClassName
{
color: #549D3B;
}
.AnyTagClassName
{
color: #549D3B;
}
</style>
background-color css
<style>
a { background-color: #549D3B; }
a { background-color: rgb(84,157,59); }
div.DivClassName
{
background-color: #549D3B;
}
.BgClassName
{
background-color: #549D3B;
}
</style>
border-color css
<style>
span { border-color: #549D3B; }
span { border-color: rgb(84,157,59); }
td.TdClassName
{
border-color: #549D3B;
}
.TagClassName
{
border-color: #549D3B;
}
</style>