Shades of San Felix #18651B
Tints of San Felix #18651B
RGB
CMYK
RGB Variations
Color information
#18651B (or 0x18651B) is known color: San Felix. HEX triplet: 18, 65 and 1B. RGB value is (24,101,27). Sum of RGB (Red+Green+Blue) = 24+101+27=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #18651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18651B is #E79AE4. Grayscale: #454545. Windows color (decimal): -15178469 or 1795352. OLE color: 1795352.
HSL color Cylindrical-coordinate representation of color #18651B: hue angle of 122.34º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18651B is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 27 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.60 |
| HSL | 122.34º | 0.62% | 0.25% | - |
| HSV(B) | 122.34º | 0.76% | 0.4% | - |
| XYZ | 5.23 | 9.58 | 2.61 | - |
| YUV | 69.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 27 | 0.76 | 0 | 0.73 | 0.60 | 122.34 | 0.62 | 0.25 |
| Hex | 18 | 65 | 1B | 4C | 0 | 49 | 3C | 7A | 3E | 19 |
| Octal | 30 | 145 | 33 | 114 | 0 | 111 | 74 | 172 | 76 | 31 |
| Binary | 11000 | 1100101 | 11011 | 1001100 | 0 | 1001001 | 111100 | 1111010 | 111110 | 11001 |
Color Harmonies of #18651B
Complementary color
Monochromatic Colors of #18651B
Black with #18651B
Text Example
Text Example
White with #18651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18651B; }
p { color: rgb(24,101,27); }
H1.HeaderClassName
{
color: #18651B;
}
.AnyTagClassName
{
color: #18651B;
}
</style>
background-color css
<style>
a { background-color: #18651B; }
a { background-color: rgb(24,101,27); }
div.DivClassName
{
background-color: #18651B;
}
.BgClassName
{
background-color: #18651B;
}
</style>
border-color css
<style>
span { border-color: #18651B; }
span { border-color: rgb(24,101,27); }
td.TdClassName
{
border-color: #18651B;
}
.TagClassName
{
border-color: #18651B;
}
</style>