Shades of Apple #5C9B48
Tints of Apple #5C9B48
RGB
CMYK
RGB Variations
Color information
#5C9B48 (or 0x5C9B48) is known color: Apple. HEX triplet: 5C, 9B and 48. RGB value is (92,155,72). Sum of RGB (Red+Green+Blue) = 92+155+72=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B48 is #A364B7. Grayscale: #7E7E7E. Windows color (decimal): -10708152 or 4758364. OLE color: 4758364.
HSL color Cylindrical-coordinate representation of color #5C9B48: hue angle of 105.54º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C9B48 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 155 | 72 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.39 |
| HSL | 105.54º | 0.37% | 0.45% | - |
| HSV(B) | 105.54º | 0.54% | 0.61% | - |
| XYZ | 17.3 | 26.19 | 10.27 | - |
| YUV | 126.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 155 | 72 | 0.41 | 0 | 0.54 | 0.39 | 105.54 | 0.37 | 0.45 |
| Hex | 5C | 9B | 48 | 29 | 0 | 36 | 27 | 6A | 25 | 2D |
| Octal | 134 | 233 | 110 | 51 | 0 | 66 | 47 | 152 | 45 | 55 |
| Binary | 1011100 | 10011011 | 1001000 | 101001 | 0 | 110110 | 100111 | 1101010 | 100101 | 101101 |
Color Harmonies of #5C9B48
Complementary color
Monochromatic Colors of #5C9B48
Black with #5C9B48
Text Example
Text Example
White with #5C9B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9B48; }
p { color: rgb(92,155,72); }
H1.HeaderClassName
{
color: #5C9B48;
}
.AnyTagClassName
{
color: #5C9B48;
}
</style>
background-color css
<style>
a { background-color: #5C9B48; }
a { background-color: rgb(92,155,72); }
div.DivClassName
{
background-color: #5C9B48;
}
.BgClassName
{
background-color: #5C9B48;
}
</style>
border-color css
<style>
span { border-color: #5C9B48; }
span { border-color: rgb(92,155,72); }
td.TdClassName
{
border-color: #5C9B48;
}
.TagClassName
{
border-color: #5C9B48;
}
</style>