Shades of Apple #649E50
Tints of Apple #649E50
RGB
CMYK
RGB Variations
Color information
#649E50 (or 0x649E50) is known color: Apple. HEX triplet: 64, 9E and 50. RGB value is (100,158,80). Sum of RGB (Red+Green+Blue) = 100+158+80=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #649E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E50 is #9B61AF. Grayscale: #848484. Windows color (decimal): -10183088 or 5283428. OLE color: 5283428.
HSL color Cylindrical-coordinate representation of color #649E50: hue angle of 104.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649E50 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 80 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.38 |
| HSL | 104.62º | 0.33% | 0.47% | - |
| HSV(B) | 104.62º | 0.49% | 0.62% | - |
| XYZ | 18.93 | 27.74 | 11.95 | - |
| YUV | 131.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 80 | 0.37 | 0 | 0.49 | 0.38 | 104.62 | 0.33 | 0.47 |
| Hex | 64 | 9E | 50 | 25 | 0 | 31 | 26 | 69 | 21 | 2F |
| Octal | 144 | 236 | 120 | 45 | 0 | 61 | 46 | 151 | 41 | 57 |
| Binary | 1100100 | 10011110 | 1010000 | 100101 | 0 | 110001 | 100110 | 1101001 | 100001 | 101111 |
Color Harmonies of #649E50
Complementary color
Monochromatic Colors of #649E50
Black with #649E50
Text Example
Text Example
White with #649E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E50; }
p { color: rgb(100,158,80); }
H1.HeaderClassName
{
color: #649E50;
}
.AnyTagClassName
{
color: #649E50;
}
</style>
background-color css
<style>
a { background-color: #649E50; }
a { background-color: rgb(100,158,80); }
div.DivClassName
{
background-color: #649E50;
}
.BgClassName
{
background-color: #649E50;
}
</style>
border-color css
<style>
span { border-color: #649E50; }
span { border-color: rgb(100,158,80); }
td.TdClassName
{
border-color: #649E50;
}
.TagClassName
{
border-color: #649E50;
}
</style>