Shades of Apple #5CA548
Tints of Apple #5CA548
RGB
CMYK
RGB Variations
Color information
#5CA548 (or 0x5CA548) is known color: Apple. HEX triplet: 5C, A5 and 48. RGB value is (92,165,72). Sum of RGB (Red+Green+Blue) = 92+165+72=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA548 is #A35AB7. Grayscale: #848484. Windows color (decimal): -10705592 or 4760924. OLE color: 4760924.
HSL color Cylindrical-coordinate representation of color #5CA548: hue angle of 107.1º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CA548 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 72 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.35 |
| HSL | 107.1º | 0.39% | 0.46% | - |
| HSV(B) | 107.1º | 0.56% | 0.65% | - |
| XYZ | 19.04 | 29.65 | 10.85 | - |
| YUV | 132.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 72 | 0.44 | 0 | 0.56 | 0.35 | 107.1 | 0.39 | 0.46 |
| Hex | 5C | A5 | 48 | 2C | 0 | 38 | 23 | 6B | 27 | 2E |
| Octal | 134 | 245 | 110 | 54 | 0 | 70 | 43 | 153 | 47 | 56 |
| Binary | 1011100 | 10100101 | 1001000 | 101100 | 0 | 111000 | 100011 | 1101011 | 100111 | 101110 |
Color Harmonies of #5CA548
Complementary color
Monochromatic Colors of #5CA548
Black with #5CA548
Text Example
Text Example
White with #5CA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA548; }
p { color: rgb(92,165,72); }
H1.HeaderClassName
{
color: #5CA548;
}
.AnyTagClassName
{
color: #5CA548;
}
</style>
background-color css
<style>
a { background-color: #5CA548; }
a { background-color: rgb(92,165,72); }
div.DivClassName
{
background-color: #5CA548;
}
.BgClassName
{
background-color: #5CA548;
}
</style>
border-color css
<style>
span { border-color: #5CA548; }
span { border-color: rgb(92,165,72); }
td.TdClassName
{
border-color: #5CA548;
}
.TagClassName
{
border-color: #5CA548;
}
</style>