Shades of Apple #53B341
Tints of Apple #53B341
RGB
CMYK
RGB Variations
Color information
#53B341 (or 0x53B341) is known color: Apple. HEX triplet: 53, B3 and 41. RGB value is (83,179,65). Sum of RGB (Red+Green+Blue) = 83+179+65=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #53B341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B341 is #AC4CBE. Grayscale: #898989. Windows color (decimal): -11291839 or 4305747. OLE color: 4305747.
HSL color Cylindrical-coordinate representation of color #53B341: hue angle of 110.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B341 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 65 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.30 |
| HSL | 110.53º | 0.47% | 0.48% | - |
| HSV(B) | 110.53º | 0.64% | 0.7% | - |
| XYZ | 20.64 | 34.46 | 10.56 | - |
| YUV | 137.3 | 87.2 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 65 | 0.54 | 0 | 0.64 | 0.30 | 110.53 | 0.47 | 0.48 |
| Hex | 53 | B3 | 41 | 36 | 0 | 40 | 1E | 6F | 2F | 30 |
| Octal | 123 | 263 | 101 | 66 | 0 | 100 | 36 | 157 | 57 | 60 |
| Binary | 1010011 | 10110011 | 1000001 | 110110 | 0 | 1000000 | 11110 | 1101111 | 101111 | 110000 |
Color Harmonies of #53B341
Complementary color
Monochromatic Colors of #53B341
Black with #53B341
Text Example
Text Example
White with #53B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B341; }
p { color: rgb(83,179,65); }
H1.HeaderClassName
{
color: #53B341;
}
.AnyTagClassName
{
color: #53B341;
}
</style>
background-color css
<style>
a { background-color: #53B341; }
a { background-color: rgb(83,179,65); }
div.DivClassName
{
background-color: #53B341;
}
.BgClassName
{
background-color: #53B341;
}
</style>
border-color css
<style>
span { border-color: #53B341; }
span { border-color: rgb(83,179,65); }
td.TdClassName
{
border-color: #53B341;
}
.TagClassName
{
border-color: #53B341;
}
</style>