Shades of Salem #0C904B
Tints of Salem #0C904B
RGB
CMYK
RGB Variations
Color information
#0C904B (or 0x0C904B) is known color: Salem. HEX triplet: 0C, 90 and 4B. RGB value is (12,144,75). Sum of RGB (Red+Green+Blue) = 12+144+75=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #0C904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C904B is #F36FB4. Grayscale: #606060. Windows color (decimal): -15953845 or 4952076. OLE color: 4952076.
HSL color Cylindrical-coordinate representation of color #0C904B: hue angle of 148.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C904B is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 75 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.44 |
| HSL | 148.64º | 0.85% | 0.31% | - |
| HSV(B) | 148.64º | 0.92% | 0.56% | - |
| XYZ | 11.39 | 20.53 | 10.02 | - |
| YUV | 96.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 75 | 0.92 | 0 | 0.48 | 0.44 | 148.64 | 0.85 | 0.31 |
| Hex | C | 90 | 4B | 5C | 0 | 30 | 2C | 95 | 55 | 1F |
| Octal | 14 | 220 | 113 | 134 | 0 | 60 | 54 | 225 | 125 | 37 |
| Binary | 1100 | 10010000 | 1001011 | 1011100 | 0 | 110000 | 101100 | 10010101 | 1010101 | 11111 |
Color Harmonies of #0C904B
Complementary color
Monochromatic Colors of #0C904B
Black with #0C904B
Text Example
Text Example
White with #0C904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C904B; }
p { color: rgb(12,144,75); }
H1.HeaderClassName
{
color: #0C904B;
}
.AnyTagClassName
{
color: #0C904B;
}
</style>
background-color css
<style>
a { background-color: #0C904B; }
a { background-color: rgb(12,144,75); }
div.DivClassName
{
background-color: #0C904B;
}
.BgClassName
{
background-color: #0C904B;
}
</style>
border-color css
<style>
span { border-color: #0C904B; }
span { border-color: rgb(12,144,75); }
td.TdClassName
{
border-color: #0C904B;
}
.TagClassName
{
border-color: #0C904B;
}
</style>