Shades of Salem #05883C
Tints of Salem #05883C
RGB
CMYK
RGB Variations
Color information
#05883C (or 0x05883C) is known color: Salem. HEX triplet: 05, 88 and 3C. RGB value is (5,136,60). Sum of RGB (Red+Green+Blue) = 5+136+60=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #05883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05883C is #FA77C3. Grayscale: #585858. Windows color (decimal): -16414660 or 3966981. OLE color: 3966981.
HSL color Cylindrical-coordinate representation of color #05883C: hue angle of 145.19º 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 #05883C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 60 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.47 |
| HSL | 145.19º | 0.93% | 0.28% | - |
| HSV(B) | 145.19º | 0.96% | 0.53% | - |
| XYZ | 9.68 | 17.97 | 7.23 | - |
| YUV | 88.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 60 | 0.96 | 0 | 0.56 | 0.47 | 145.19 | 0.93 | 0.28 |
| Hex | 5 | 88 | 3C | 60 | 0 | 38 | 2F | 91 | 5D | 1C |
| Octal | 5 | 210 | 74 | 140 | 0 | 70 | 57 | 221 | 135 | 34 |
| Binary | 101 | 10001000 | 111100 | 1100000 | 0 | 111000 | 101111 | 10010001 | 1011101 | 11100 |
Color Harmonies of #05883C
Complementary color
Monochromatic Colors of #05883C
Black with #05883C
Text Example
Text Example
White with #05883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05883C; }
p { color: rgb(5,136,60); }
H1.HeaderClassName
{
color: #05883C;
}
.AnyTagClassName
{
color: #05883C;
}
</style>
background-color css
<style>
a { background-color: #05883C; }
a { background-color: rgb(5,136,60); }
div.DivClassName
{
background-color: #05883C;
}
.BgClassName
{
background-color: #05883C;
}
</style>
border-color css
<style>
span { border-color: #05883C; }
span { border-color: rgb(5,136,60); }
td.TdClassName
{
border-color: #05883C;
}
.TagClassName
{
border-color: #05883C;
}
</style>