Shades of Apple #4AB539
Tints of Apple #4AB539
RGB
CMYK
RGB Variations
Color information
#4AB539 (or 0x4AB539) is known color: Apple. HEX triplet: 4A, B5 and 39. RGB value is (74,181,57). Sum of RGB (Red+Green+Blue) = 74+181+57=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB539 is #B54AC6. Grayscale: #878787. Windows color (decimal): -11881159 or 3781962. OLE color: 3781962.
HSL color Cylindrical-coordinate representation of color #4AB539: hue angle of 111.77º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB539 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 57 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.29 |
| HSL | 111.77º | 0.52% | 0.47% | - |
| HSV(B) | 111.77º | 0.69% | 0.71% | - |
| XYZ | 20.09 | 34.8 | 9.53 | - |
| YUV | 134.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 57 | 0.59 | 0 | 0.69 | 0.29 | 111.77 | 0.52 | 0.47 |
| Hex | 4A | B5 | 39 | 3B | 0 | 45 | 1D | 70 | 34 | 2F |
| Octal | 112 | 265 | 71 | 73 | 0 | 105 | 35 | 160 | 64 | 57 |
| Binary | 1001010 | 10110101 | 111001 | 111011 | 0 | 1000101 | 11101 | 1110000 | 110100 | 101111 |
Color Harmonies of #4AB539
Complementary color
Monochromatic Colors of #4AB539
Black with #4AB539
Text Example
Text Example
White with #4AB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB539; }
p { color: rgb(74,181,57); }
H1.HeaderClassName
{
color: #4AB539;
}
.AnyTagClassName
{
color: #4AB539;
}
</style>
background-color css
<style>
a { background-color: #4AB539; }
a { background-color: rgb(74,181,57); }
div.DivClassName
{
background-color: #4AB539;
}
.BgClassName
{
background-color: #4AB539;
}
</style>
border-color css
<style>
span { border-color: #4AB539; }
span { border-color: rgb(74,181,57); }
td.TdClassName
{
border-color: #4AB539;
}
.TagClassName
{
border-color: #4AB539;
}
</style>