Shades of Salem #018344
Tints of Salem #018344
RGB
CMYK
RGB Variations
Color information
#018344 (or 0x018344) is known color: Salem. HEX triplet: 01, 83 and 44. RGB value is (1,131,68). Sum of RGB (Red+Green+Blue) = 1+131+68=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #018344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018344 is #FE7CBB. Grayscale: #555555. Windows color (decimal): -16678076 or 4489985. OLE color: 4489985.
HSL color Cylindrical-coordinate representation of color #018344: hue angle of 150.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018344 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 68 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.49 |
| HSL | 150.92º | 0.98% | 0.26% | - |
| HSV(B) | 150.92º | 0.99% | 0.51% | - |
| XYZ | 9.17 | 16.66 | 8.2 | - |
| YUV | 84.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 68 | 0.99 | 0 | 0.48 | 0.49 | 150.92 | 0.98 | 0.26 |
| Hex | 1 | 83 | 44 | 63 | 0 | 30 | 31 | 97 | 62 | 1A |
| Octal | 1 | 203 | 104 | 143 | 0 | 60 | 61 | 227 | 142 | 32 |
| Binary | 1 | 10000011 | 1000100 | 1100011 | 0 | 110000 | 110001 | 10010111 | 1100010 | 11010 |
Color Harmonies of #018344
Complementary color
Monochromatic Colors of #018344
Black with #018344
Text Example
Text Example
White with #018344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018344; }
p { color: rgb(1,131,68); }
H1.HeaderClassName
{
color: #018344;
}
.AnyTagClassName
{
color: #018344;
}
</style>
background-color css
<style>
a { background-color: #018344; }
a { background-color: rgb(1,131,68); }
div.DivClassName
{
background-color: #018344;
}
.BgClassName
{
background-color: #018344;
}
</style>
border-color css
<style>
span { border-color: #018344; }
span { border-color: rgb(1,131,68); }
td.TdClassName
{
border-color: #018344;
}
.TagClassName
{
border-color: #018344;
}
</style>