Shades of Apple #4CB33A
Tints of Apple #4CB33A
RGB
CMYK
RGB Variations
Color information
#4CB33A (or 0x4CB33A) is known color: Apple. HEX triplet: 4C, B3 and 3A. RGB value is (76,179,58). Sum of RGB (Red+Green+Blue) = 76+179+58=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB33A is #B34CC5. Grayscale: #868686. Windows color (decimal): -11750598 or 3846988. OLE color: 3846988.
HSL color Cylindrical-coordinate representation of color #4CB33A: hue angle of 111.07º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CB33A is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 58 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.30 |
| HSL | 111.07º | 0.51% | 0.46% | - |
| HSV(B) | 111.07º | 0.68% | 0.7% | - |
| XYZ | 19.86 | 34.08 | 9.53 | - |
| YUV | 134.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 58 | 0.58 | 0 | 0.68 | 0.30 | 111.07 | 0.51 | 0.46 |
| Hex | 4C | B3 | 3A | 3A | 0 | 44 | 1E | 6F | 33 | 2E |
| Octal | 114 | 263 | 72 | 72 | 0 | 104 | 36 | 157 | 63 | 56 |
| Binary | 1001100 | 10110011 | 111010 | 111010 | 0 | 1000100 | 11110 | 1101111 | 110011 | 101110 |
Color Harmonies of #4CB33A
Complementary color
Monochromatic Colors of #4CB33A
Black with #4CB33A
Text Example
Text Example
White with #4CB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB33A; }
p { color: rgb(76,179,58); }
H1.HeaderClassName
{
color: #4CB33A;
}
.AnyTagClassName
{
color: #4CB33A;
}
</style>
background-color css
<style>
a { background-color: #4CB33A; }
a { background-color: rgb(76,179,58); }
div.DivClassName
{
background-color: #4CB33A;
}
.BgClassName
{
background-color: #4CB33A;
}
</style>
border-color css
<style>
span { border-color: #4CB33A; }
span { border-color: rgb(76,179,58); }
td.TdClassName
{
border-color: #4CB33A;
}
.TagClassName
{
border-color: #4CB33A;
}
</style>