Shades of Apple #4BA935
Tints of Apple #4BA935
RGB
CMYK
RGB Variations
Color information
#4BA935 (or 0x4BA935) is known color: Apple. HEX triplet: 4B, A9 and 35. RGB value is (75,169,53). Sum of RGB (Red+Green+Blue) = 75+169+53=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA935 is #B456CA. Grayscale: #808080. Windows color (decimal): -11818699 or 3516747. OLE color: 3516747.
HSL color Cylindrical-coordinate representation of color #4BA935: hue angle of 108.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA935 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 53 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.34 |
| HSL | 108.62º | 0.52% | 0.44% | - |
| HSV(B) | 108.62º | 0.69% | 0.66% | - |
| XYZ | 17.73 | 30.13 | 8.25 | - |
| YUV | 127.67 | 85.86 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 53 | 0.56 | 0 | 0.69 | 0.34 | 108.62 | 0.52 | 0.44 |
| Hex | 4B | A9 | 35 | 38 | 0 | 45 | 22 | 6D | 34 | 2C |
| Octal | 113 | 251 | 65 | 70 | 0 | 105 | 42 | 155 | 64 | 54 |
| Binary | 1001011 | 10101001 | 110101 | 111000 | 0 | 1000101 | 100010 | 1101101 | 110100 | 101100 |
Color Harmonies of #4BA935
Complementary color
Monochromatic Colors of #4BA935
Black with #4BA935
Text Example
Text Example
White with #4BA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA935; }
p { color: rgb(75,169,53); }
H1.HeaderClassName
{
color: #4BA935;
}
.AnyTagClassName
{
color: #4BA935;
}
</style>
background-color css
<style>
a { background-color: #4BA935; }
a { background-color: rgb(75,169,53); }
div.DivClassName
{
background-color: #4BA935;
}
.BgClassName
{
background-color: #4BA935;
}
</style>
border-color css
<style>
span { border-color: #4BA935; }
span { border-color: rgb(75,169,53); }
td.TdClassName
{
border-color: #4BA935;
}
.TagClassName
{
border-color: #4BA935;
}
</style>