Shades of Apple #4CB538
Tints of Apple #4CB538
RGB
CMYK
RGB Variations
Color information
#4CB538 (or 0x4CB538) is known color: Apple. HEX triplet: 4C, B5 and 38. RGB value is (76,181,56). Sum of RGB (Red+Green+Blue) = 76+181+56=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB538 is #B34AC7. Grayscale: #878787. Windows color (decimal): -11750088 or 3716428. OLE color: 3716428.
HSL color Cylindrical-coordinate representation of color #4CB538: hue angle of 110.4º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CB538 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 56 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.29 |
| HSL | 110.4º | 0.53% | 0.46% | - |
| HSV(B) | 110.4º | 0.69% | 0.71% | - |
| XYZ | 20.22 | 34.87 | 9.41 | - |
| YUV | 135.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 56 | 0.58 | 0 | 0.69 | 0.29 | 110.4 | 0.53 | 0.46 |
| Hex | 4C | B5 | 38 | 3A | 0 | 45 | 1D | 6E | 35 | 2E |
| Octal | 114 | 265 | 70 | 72 | 0 | 105 | 35 | 156 | 65 | 56 |
| Binary | 1001100 | 10110101 | 111000 | 111010 | 0 | 1000101 | 11101 | 1101110 | 110101 | 101110 |
Color Harmonies of #4CB538
Complementary color
Monochromatic Colors of #4CB538
Black with #4CB538
Text Example
Text Example
White with #4CB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB538; }
p { color: rgb(76,181,56); }
H1.HeaderClassName
{
color: #4CB538;
}
.AnyTagClassName
{
color: #4CB538;
}
</style>
background-color css
<style>
a { background-color: #4CB538; }
a { background-color: rgb(76,181,56); }
div.DivClassName
{
background-color: #4CB538;
}
.BgClassName
{
background-color: #4CB538;
}
</style>
border-color css
<style>
span { border-color: #4CB538; }
span { border-color: rgb(76,181,56); }
td.TdClassName
{
border-color: #4CB538;
}
.TagClassName
{
border-color: #4CB538;
}
</style>