Shades of San Felix #186A1B
Tints of San Felix #186A1B
RGB
CMYK
RGB Variations
Color information
#186A1B (or 0x186A1B) is known color: San Felix. HEX triplet: 18, 6A and 1B. RGB value is (24,106,27). Sum of RGB (Red+Green+Blue) = 24+106+27=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #186A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A1B is #E795E4. Grayscale: #484848. Windows color (decimal): -15177189 or 1796632. OLE color: 1796632.
HSL color Cylindrical-coordinate representation of color #186A1B: hue angle of 122.2º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A1B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 27 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.58 |
| HSL | 122.2º | 0.63% | 0.25% | - |
| HSV(B) | 122.2º | 0.77% | 0.42% | - |
| XYZ | 5.73 | 10.58 | 2.78 | - |
| YUV | 72.48 | 102.33 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 27 | 0.77 | 0 | 0.75 | 0.58 | 122.2 | 0.63 | 0.25 |
| Hex | 18 | 6A | 1B | 4D | 0 | 4B | 3A | 7A | 3F | 19 |
| Octal | 30 | 152 | 33 | 115 | 0 | 113 | 72 | 172 | 77 | 31 |
| Binary | 11000 | 1101010 | 11011 | 1001101 | 0 | 1001011 | 111010 | 1111010 | 111111 | 11001 |
Color Harmonies of #186A1B
Complementary color
Monochromatic Colors of #186A1B
Black with #186A1B
Text Example
Text Example
White with #186A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A1B; }
p { color: rgb(24,106,27); }
H1.HeaderClassName
{
color: #186A1B;
}
.AnyTagClassName
{
color: #186A1B;
}
</style>
background-color css
<style>
a { background-color: #186A1B; }
a { background-color: rgb(24,106,27); }
div.DivClassName
{
background-color: #186A1B;
}
.BgClassName
{
background-color: #186A1B;
}
</style>
border-color css
<style>
span { border-color: #186A1B; }
span { border-color: rgb(24,106,27); }
td.TdClassName
{
border-color: #186A1B;
}
.TagClassName
{
border-color: #186A1B;
}
</style>