Shades of Salem #05884A
Tints of Salem #05884A
RGB
CMYK
RGB Variations
Color information
#05884A (or 0x05884A) is known color: Salem. HEX triplet: 05, 88 and 4A. RGB value is (5,136,74). Sum of RGB (Red+Green+Blue) = 5+136+74=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #05884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05884A is #FA77B5. Grayscale: #595959. Windows color (decimal): -16414646 or 4884485. OLE color: 4884485.
HSL color Cylindrical-coordinate representation of color #05884A: hue angle of 151.6º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05884A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 74 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.47 |
| HSL | 151.6º | 0.93% | 0.28% | - |
| HSV(B) | 151.6º | 0.96% | 0.53% | - |
| XYZ | 10.1 | 18.14 | 9.45 | - |
| YUV | 89.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 74 | 0.96 | 0 | 0.46 | 0.47 | 151.6 | 0.93 | 0.28 |
| Hex | 5 | 88 | 4A | 60 | 0 | 2E | 2F | 98 | 5D | 1C |
| Octal | 5 | 210 | 112 | 140 | 0 | 56 | 57 | 230 | 135 | 34 |
| Binary | 101 | 10001000 | 1001010 | 1100000 | 0 | 101110 | 101111 | 10011000 | 1011101 | 11100 |
Color Harmonies of #05884A
Complementary color
Monochromatic Colors of #05884A
Black with #05884A
Text Example
Text Example
White with #05884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05884A; }
p { color: rgb(5,136,74); }
H1.HeaderClassName
{
color: #05884A;
}
.AnyTagClassName
{
color: #05884A;
}
</style>
background-color css
<style>
a { background-color: #05884A; }
a { background-color: rgb(5,136,74); }
div.DivClassName
{
background-color: #05884A;
}
.BgClassName
{
background-color: #05884A;
}
</style>
border-color css
<style>
span { border-color: #05884A; }
span { border-color: rgb(5,136,74); }
td.TdClassName
{
border-color: #05884A;
}
.TagClassName
{
border-color: #05884A;
}
</style>