Shades of Apple #649F52
Tints of Apple #649F52
RGB
CMYK
RGB Variations
Color information
#649F52 (or 0x649F52) is known color: Apple. HEX triplet: 64, 9F and 52. RGB value is (100,159,82). Sum of RGB (Red+Green+Blue) = 100+159+82=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #649F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F52 is #9B60AD. Grayscale: #848484. Windows color (decimal): -10182830 or 5414756. OLE color: 5414756.
HSL color Cylindrical-coordinate representation of color #649F52: hue angle of 105.97º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649F52 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 82 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.38 |
| HSL | 105.97º | 0.32% | 0.47% | - |
| HSV(B) | 105.97º | 0.48% | 0.62% | - |
| XYZ | 19.18 | 28.11 | 12.4 | - |
| YUV | 132.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 82 | 0.37 | 0 | 0.48 | 0.38 | 105.97 | 0.32 | 0.47 |
| Hex | 64 | 9F | 52 | 25 | 0 | 30 | 26 | 6A | 20 | 2F |
| Octal | 144 | 237 | 122 | 45 | 0 | 60 | 46 | 152 | 40 | 57 |
| Binary | 1100100 | 10011111 | 1010010 | 100101 | 0 | 110000 | 100110 | 1101010 | 100000 | 101111 |
Color Harmonies of #649F52
Complementary color
Monochromatic Colors of #649F52
Black with #649F52
Text Example
Text Example
White with #649F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F52; }
p { color: rgb(100,159,82); }
H1.HeaderClassName
{
color: #649F52;
}
.AnyTagClassName
{
color: #649F52;
}
</style>
background-color css
<style>
a { background-color: #649F52; }
a { background-color: rgb(100,159,82); }
div.DivClassName
{
background-color: #649F52;
}
.BgClassName
{
background-color: #649F52;
}
</style>
border-color css
<style>
span { border-color: #649F52; }
span { border-color: rgb(100,159,82); }
td.TdClassName
{
border-color: #649F52;
}
.TagClassName
{
border-color: #649F52;
}
</style>