Shades of Salem #03883E
Tints of Salem #03883E
RGB
CMYK
RGB Variations
Color information
#03883E (or 0x03883E) is known color: Salem. HEX triplet: 03, 88 and 3E. RGB value is (3,136,62). Sum of RGB (Red+Green+Blue) = 3+136+62=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #03883E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03883E is #FC77C1. Grayscale: #575757. Windows color (decimal): -16545730 or 4098051. OLE color: 4098051.
HSL color Cylindrical-coordinate representation of color #03883E: hue angle of 146.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03883E is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 62 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.47 |
| HSL | 146.62º | 0.96% | 0.27% | - |
| HSV(B) | 146.62º | 0.98% | 0.53% | - |
| XYZ | 9.71 | 17.98 | 7.52 | - |
| YUV | 87.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 62 | 0.98 | 0 | 0.54 | 0.47 | 146.62 | 0.96 | 0.27 |
| Hex | 3 | 88 | 3E | 62 | 0 | 36 | 2F | 93 | 60 | 1B |
| Octal | 3 | 210 | 76 | 142 | 0 | 66 | 57 | 223 | 140 | 33 |
| Binary | 11 | 10001000 | 111110 | 1100010 | 0 | 110110 | 101111 | 10010011 | 1100000 | 11011 |
Color Harmonies of #03883E
Complementary color
Monochromatic Colors of #03883E
Black with #03883E
Text Example
Text Example
White with #03883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03883E; }
p { color: rgb(3,136,62); }
H1.HeaderClassName
{
color: #03883E;
}
.AnyTagClassName
{
color: #03883E;
}
</style>
background-color css
<style>
a { background-color: #03883E; }
a { background-color: rgb(3,136,62); }
div.DivClassName
{
background-color: #03883E;
}
.BgClassName
{
background-color: #03883E;
}
</style>
border-color css
<style>
span { border-color: #03883E; }
span { border-color: rgb(3,136,62); }
td.TdClassName
{
border-color: #03883E;
}
.TagClassName
{
border-color: #03883E;
}
</style>