Shades of Salem #05883D
Tints of Salem #05883D
RGB
CMYK
RGB Variations
Color information
#05883D (or 0x05883D) is known color: Salem. HEX triplet: 05, 88 and 3D. RGB value is (5,136,61). Sum of RGB (Red+Green+Blue) = 5+136+61=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #05883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05883D is #FA77C2. Grayscale: #585858. Windows color (decimal): -16414659 or 4032517. OLE color: 4032517.
HSL color Cylindrical-coordinate representation of color #05883D: hue angle of 145.65º 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 #05883D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 61 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.47 |
| HSL | 145.65º | 0.93% | 0.28% | - |
| HSV(B) | 145.65º | 0.96% | 0.53% | - |
| XYZ | 9.71 | 17.98 | 7.37 | - |
| YUV | 88.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 61 | 0.96 | 0 | 0.55 | 0.47 | 145.65 | 0.93 | 0.28 |
| Hex | 5 | 88 | 3D | 60 | 0 | 37 | 2F | 92 | 5D | 1C |
| Octal | 5 | 210 | 75 | 140 | 0 | 67 | 57 | 222 | 135 | 34 |
| Binary | 101 | 10001000 | 111101 | 1100000 | 0 | 110111 | 101111 | 10010010 | 1011101 | 11100 |
Color Harmonies of #05883D
Complementary color
Monochromatic Colors of #05883D
Black with #05883D
Text Example
Text Example
White with #05883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05883D; }
p { color: rgb(5,136,61); }
H1.HeaderClassName
{
color: #05883D;
}
.AnyTagClassName
{
color: #05883D;
}
</style>
background-color css
<style>
a { background-color: #05883D; }
a { background-color: rgb(5,136,61); }
div.DivClassName
{
background-color: #05883D;
}
.BgClassName
{
background-color: #05883D;
}
</style>
border-color css
<style>
span { border-color: #05883D; }
span { border-color: rgb(5,136,61); }
td.TdClassName
{
border-color: #05883D;
}
.TagClassName
{
border-color: #05883D;
}
</style>