Shades of Apple #64B335
Tints of Apple #64B335
RGB
CMYK
RGB Variations
Color information
#64B335 (or 0x64B335) is known color: Apple. HEX triplet: 64, B3 and 35. RGB value is (100,179,53). Sum of RGB (Red+Green+Blue) = 100+179+53=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #64B335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B335 is #9B4CCA. Grayscale: #8D8D8D. Windows color (decimal): -10177739 or 3519332. OLE color: 3519332.
HSL color Cylindrical-coordinate representation of color #64B335: hue angle of 97.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64B335 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 53 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.30 |
| HSL | 97.62º | 0.54% | 0.45% | - |
| HSV(B) | 97.62º | 0.7% | 0.7% | - |
| XYZ | 22.02 | 35.21 | 9 | - |
| YUV | 141.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 53 | 0.44 | 0 | 0.70 | 0.30 | 97.62 | 0.54 | 0.45 |
| Hex | 64 | B3 | 35 | 2C | 0 | 46 | 1E | 62 | 36 | 2D |
| Octal | 144 | 263 | 65 | 54 | 0 | 106 | 36 | 142 | 66 | 55 |
| Binary | 1100100 | 10110011 | 110101 | 101100 | 0 | 1000110 | 11110 | 1100010 | 110110 | 101101 |
Color Harmonies of #64B335
Complementary color
Monochromatic Colors of #64B335
Black with #64B335
Text Example
Text Example
White with #64B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B335; }
p { color: rgb(100,179,53); }
H1.HeaderClassName
{
color: #64B335;
}
.AnyTagClassName
{
color: #64B335;
}
</style>
background-color css
<style>
a { background-color: #64B335; }
a { background-color: rgb(100,179,53); }
div.DivClassName
{
background-color: #64B335;
}
.BgClassName
{
background-color: #64B335;
}
</style>
border-color css
<style>
span { border-color: #64B335; }
span { border-color: rgb(100,179,53); }
td.TdClassName
{
border-color: #64B335;
}
.TagClassName
{
border-color: #64B335;
}
</style>