Shades of Apple #649D41
Tints of Apple #649D41
RGB
CMYK
RGB Variations
Color information
#649D41 (or 0x649D41) is known color: Apple. HEX triplet: 64, 9D and 41. RGB value is (100,157,65). Sum of RGB (Red+Green+Blue) = 100+157+65=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #649D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D41 is #9B62BE. Grayscale: #818181. Windows color (decimal): -10183359 or 4300132. OLE color: 4300132.
HSL color Cylindrical-coordinate representation of color #649D41: hue angle of 97.17º degrees, saturation: 0.41, 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 #649D41 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 65 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.38 |
| HSL | 97.17º | 0.41% | 0.44% | - |
| HSV(B) | 97.17º | 0.59% | 0.62% | - |
| XYZ | 18.27 | 27.2 | 9.29 | - |
| YUV | 129.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 65 | 0.36 | 0 | 0.59 | 0.38 | 97.17 | 0.41 | 0.44 |
| Hex | 64 | 9D | 41 | 24 | 0 | 3B | 26 | 61 | 29 | 2C |
| Octal | 144 | 235 | 101 | 44 | 0 | 73 | 46 | 141 | 51 | 54 |
| Binary | 1100100 | 10011101 | 1000001 | 100100 | 0 | 111011 | 100110 | 1100001 | 101001 | 101100 |
Color Harmonies of #649D41
Complementary color
Monochromatic Colors of #649D41
Black with #649D41
Text Example
Text Example
White with #649D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D41; }
p { color: rgb(100,157,65); }
H1.HeaderClassName
{
color: #649D41;
}
.AnyTagClassName
{
color: #649D41;
}
</style>
background-color css
<style>
a { background-color: #649D41; }
a { background-color: rgb(100,157,65); }
div.DivClassName
{
background-color: #649D41;
}
.BgClassName
{
background-color: #649D41;
}
</style>
border-color css
<style>
span { border-color: #649D41; }
span { border-color: rgb(100,157,65); }
td.TdClassName
{
border-color: #649D41;
}
.TagClassName
{
border-color: #649D41;
}
</style>