Shades of Salem #09814A
Tints of Salem #09814A
RGB
CMYK
RGB Variations
Color information
#09814A (or 0x09814A) is known color: Salem. HEX triplet: 09, 81 and 4A. RGB value is (9,129,74). Sum of RGB (Red+Green+Blue) = 9+129+74=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #09814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09814A is #F67EB5. Grayscale: #565656. Windows color (decimal): -16154294 or 4882697. OLE color: 4882697.
HSL color Cylindrical-coordinate representation of color #09814A: hue angle of 152.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09814A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 129 | 74 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.49 |
| HSL | 152.5º | 0.87% | 0.27% | - |
| HSV(B) | 152.5º | 0.93% | 0.51% | - |
| XYZ | 9.2 | 16.25 | 9.13 | - |
| YUV | 86.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 74 | 0.93 | 0 | 0.43 | 0.49 | 152.5 | 0.87 | 0.27 |
| Hex | 9 | 81 | 4A | 5D | 0 | 2B | 31 | 98 | 57 | 1B |
| Octal | 11 | 201 | 112 | 135 | 0 | 53 | 61 | 230 | 127 | 33 |
| Binary | 1001 | 10000001 | 1001010 | 1011101 | 0 | 101011 | 110001 | 10011000 | 1010111 | 11011 |
Color Harmonies of #09814A
Complementary color
Monochromatic Colors of #09814A
Black with #09814A
Text Example
Text Example
White with #09814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09814A; }
p { color: rgb(9,129,74); }
H1.HeaderClassName
{
color: #09814A;
}
.AnyTagClassName
{
color: #09814A;
}
</style>
background-color css
<style>
a { background-color: #09814A; }
a { background-color: rgb(9,129,74); }
div.DivClassName
{
background-color: #09814A;
}
.BgClassName
{
background-color: #09814A;
}
</style>
border-color css
<style>
span { border-color: #09814A; }
span { border-color: rgb(9,129,74); }
td.TdClassName
{
border-color: #09814A;
}
.TagClassName
{
border-color: #09814A;
}
</style>