Shades of Apple #5BA346
Tints of Apple #5BA346
RGB
CMYK
RGB Variations
Color information
#5BA346 (or 0x5BA346) is known color: Apple. HEX triplet: 5B, A3 and 46. RGB value is (91,163,70). Sum of RGB (Red+Green+Blue) = 91+163+70=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA346 is #A45CB9. Grayscale: #838383. Windows color (decimal): -10771642 or 4629339. OLE color: 4629339.
HSL color Cylindrical-coordinate representation of color #5BA346: hue angle of 106.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA346 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 70 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.36 |
| HSL | 106.45º | 0.4% | 0.46% | - |
| HSV(B) | 106.45º | 0.57% | 0.64% | - |
| XYZ | 18.52 | 28.86 | 10.39 | - |
| YUV | 130.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 70 | 0.44 | 0 | 0.57 | 0.36 | 106.45 | 0.4 | 0.46 |
| Hex | 5B | A3 | 46 | 2C | 0 | 39 | 24 | 6A | 28 | 2E |
| Octal | 133 | 243 | 106 | 54 | 0 | 71 | 44 | 152 | 50 | 56 |
| Binary | 1011011 | 10100011 | 1000110 | 101100 | 0 | 111001 | 100100 | 1101010 | 101000 | 101110 |
Color Harmonies of #5BA346
Complementary color
Monochromatic Colors of #5BA346
Black with #5BA346
Text Example
Text Example
White with #5BA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA346; }
p { color: rgb(91,163,70); }
H1.HeaderClassName
{
color: #5BA346;
}
.AnyTagClassName
{
color: #5BA346;
}
</style>
background-color css
<style>
a { background-color: #5BA346; }
a { background-color: rgb(91,163,70); }
div.DivClassName
{
background-color: #5BA346;
}
.BgClassName
{
background-color: #5BA346;
}
</style>
border-color css
<style>
span { border-color: #5BA346; }
span { border-color: rgb(91,163,70); }
td.TdClassName
{
border-color: #5BA346;
}
.TagClassName
{
border-color: #5BA346;
}
</style>