Shades of Apple #65B349
Tints of Apple #65B349
RGB
CMYK
RGB Variations
Color information
#65B349 (or 0x65B349) is known color: Apple. HEX triplet: 65, B3 and 49. RGB value is (101,179,73). Sum of RGB (Red+Green+Blue) = 101+179+73=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #65B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B349 is #9A4CB6. Grayscale: #8F8F8F. Windows color (decimal): -10112183 or 4830053. OLE color: 4830053.
HSL color Cylindrical-coordinate representation of color #65B349: hue angle of 104.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65B349 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 73 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.30 |
| HSL | 104.15º | 0.42% | 0.49% | - |
| HSV(B) | 104.15º | 0.59% | 0.7% | - |
| XYZ | 22.69 | 35.49 | 11.96 | - |
| YUV | 143.59 | 88.16 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 73 | 0.44 | 0 | 0.59 | 0.30 | 104.15 | 0.42 | 0.49 |
| Hex | 65 | B3 | 49 | 2C | 0 | 3B | 1E | 68 | 2A | 31 |
| Octal | 145 | 263 | 111 | 54 | 0 | 73 | 36 | 150 | 52 | 61 |
| Binary | 1100101 | 10110011 | 1001001 | 101100 | 0 | 111011 | 11110 | 1101000 | 101010 | 110001 |
Color Harmonies of #65B349
Complementary color
Monochromatic Colors of #65B349
Black with #65B349
Text Example
Text Example
White with #65B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B349; }
p { color: rgb(101,179,73); }
H1.HeaderClassName
{
color: #65B349;
}
.AnyTagClassName
{
color: #65B349;
}
</style>
background-color css
<style>
a { background-color: #65B349; }
a { background-color: rgb(101,179,73); }
div.DivClassName
{
background-color: #65B349;
}
.BgClassName
{
background-color: #65B349;
}
</style>
border-color css
<style>
span { border-color: #65B349; }
span { border-color: rgb(101,179,73); }
td.TdClassName
{
border-color: #65B349;
}
.TagClassName
{
border-color: #65B349;
}
</style>