Shades of Apple #4AB036
Tints of Apple #4AB036
RGB
CMYK
RGB Variations
Color information
#4AB036 (or 0x4AB036) is known color: Apple. HEX triplet: 4A, B0 and 36. RGB value is (74,176,54). Sum of RGB (Red+Green+Blue) = 74+176+54=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB036 is #B54FC9. Grayscale: #838383. Windows color (decimal): -11882442 or 3584074. OLE color: 3584074.
HSL color Cylindrical-coordinate representation of color #4AB036: hue angle of 110.16º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB036 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 54 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.31 |
| HSL | 110.16º | 0.53% | 0.45% | - |
| HSV(B) | 110.16º | 0.69% | 0.69% | - |
| XYZ | 19.02 | 32.77 | 8.81 | - |
| YUV | 131.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 54 | 0.58 | 0 | 0.69 | 0.31 | 110.16 | 0.53 | 0.45 |
| Hex | 4A | B0 | 36 | 3A | 0 | 45 | 1F | 6E | 35 | 2D |
| Octal | 112 | 260 | 66 | 72 | 0 | 105 | 37 | 156 | 65 | 55 |
| Binary | 1001010 | 10110000 | 110110 | 111010 | 0 | 1000101 | 11111 | 1101110 | 110101 | 101101 |
Color Harmonies of #4AB036
Complementary color
Monochromatic Colors of #4AB036
Black with #4AB036
Text Example
Text Example
White with #4AB036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB036; }
p { color: rgb(74,176,54); }
H1.HeaderClassName
{
color: #4AB036;
}
.AnyTagClassName
{
color: #4AB036;
}
</style>
background-color css
<style>
a { background-color: #4AB036; }
a { background-color: rgb(74,176,54); }
div.DivClassName
{
background-color: #4AB036;
}
.BgClassName
{
background-color: #4AB036;
}
</style>
border-color css
<style>
span { border-color: #4AB036; }
span { border-color: rgb(74,176,54); }
td.TdClassName
{
border-color: #4AB036;
}
.TagClassName
{
border-color: #4AB036;
}
</style>