Shades of Apple #64B336
Tints of Apple #64B336
RGB
CMYK
RGB Variations
Color information
#64B336 (or 0x64B336) is known color: Apple. HEX triplet: 64, B3 and 36. RGB value is (100,179,54). Sum of RGB (Red+Green+Blue) = 100+179+54=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #64B336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B336 is #9B4CC9. Grayscale: #8D8D8D. Windows color (decimal): -10177738 or 3584868. OLE color: 3584868.
HSL color Cylindrical-coordinate representation of color #64B336: hue angle of 97.92º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64B336 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 54 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.30 |
| HSL | 97.92º | 0.54% | 0.46% | - |
| HSV(B) | 97.92º | 0.7% | 0.7% | - |
| XYZ | 22.04 | 35.22 | 9.13 | - |
| YUV | 141.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 54 | 0.44 | 0 | 0.70 | 0.30 | 97.92 | 0.54 | 0.46 |
| Hex | 64 | B3 | 36 | 2C | 0 | 46 | 1E | 62 | 36 | 2E |
| Octal | 144 | 263 | 66 | 54 | 0 | 106 | 36 | 142 | 66 | 56 |
| Binary | 1100100 | 10110011 | 110110 | 101100 | 0 | 1000110 | 11110 | 1100010 | 110110 | 101110 |
Color Harmonies of #64B336
Complementary color
Monochromatic Colors of #64B336
Black with #64B336
Text Example
Text Example
White with #64B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B336; }
p { color: rgb(100,179,54); }
H1.HeaderClassName
{
color: #64B336;
}
.AnyTagClassName
{
color: #64B336;
}
</style>
background-color css
<style>
a { background-color: #64B336; }
a { background-color: rgb(100,179,54); }
div.DivClassName
{
background-color: #64B336;
}
.BgClassName
{
background-color: #64B336;
}
</style>
border-color css
<style>
span { border-color: #64B336; }
span { border-color: rgb(100,179,54); }
td.TdClassName
{
border-color: #64B336;
}
.TagClassName
{
border-color: #64B336;
}
</style>