Shades of Salem #0D814A
Tints of Salem #0D814A
RGB
CMYK
RGB Variations
Color information
#0D814A (or 0x0D814A) is known color: Salem. HEX triplet: 0D, 81 and 4A. RGB value is (13,129,74). Sum of RGB (Red+Green+Blue) = 13+129+74=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #0D814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D814A is #F27EB5. Grayscale: #585858. Windows color (decimal): -15892150 or 4882701. OLE color: 4882701.
HSL color Cylindrical-coordinate representation of color #0D814A: hue angle of 151.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D814A is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 74 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.49 |
| HSL | 151.55º | 0.82% | 0.28% | - |
| HSV(B) | 151.55º | 0.9% | 0.51% | - |
| XYZ | 9.25 | 16.28 | 9.13 | - |
| YUV | 88.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 74 | 0.90 | 0 | 0.43 | 0.49 | 151.55 | 0.82 | 0.28 |
| Hex | D | 81 | 4A | 5A | 0 | 2B | 31 | 98 | 52 | 1C |
| Octal | 15 | 201 | 112 | 132 | 0 | 53 | 61 | 230 | 122 | 34 |
| Binary | 1101 | 10000001 | 1001010 | 1011010 | 0 | 101011 | 110001 | 10011000 | 1010010 | 11100 |
Color Harmonies of #0D814A
Complementary color
Monochromatic Colors of #0D814A
Black with #0D814A
Text Example
Text Example
White with #0D814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D814A; }
p { color: rgb(13,129,74); }
H1.HeaderClassName
{
color: #0D814A;
}
.AnyTagClassName
{
color: #0D814A;
}
</style>
background-color css
<style>
a { background-color: #0D814A; }
a { background-color: rgb(13,129,74); }
div.DivClassName
{
background-color: #0D814A;
}
.BgClassName
{
background-color: #0D814A;
}
</style>
border-color css
<style>
span { border-color: #0D814A; }
span { border-color: rgb(13,129,74); }
td.TdClassName
{
border-color: #0D814A;
}
.TagClassName
{
border-color: #0D814A;
}
</style>