Shades of San Felix #136E1C
Tints of San Felix #136E1C
RGB
CMYK
RGB Variations
Color information
#136E1C (or 0x136E1C) is known color: San Felix. HEX triplet: 13, 6E and 1C. RGB value is (19,110,28). Sum of RGB (Red+Green+Blue) = 19+110+28=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #136E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E1C is #EC91E3. Grayscale: #494949. Windows color (decimal): -15503844 or 1863187. OLE color: 1863187.
HSL color Cylindrical-coordinate representation of color #136E1C: hue angle of 125.93º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E1C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 110 | 28 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.57 |
| HSL | 125.93º | 0.71% | 0.25% | - |
| HSV(B) | 125.93º | 0.83% | 0.43% | - |
| XYZ | 6.05 | 11.37 | 2.97 | - |
| YUV | 73.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 28 | 0.83 | 0 | 0.75 | 0.57 | 125.93 | 0.71 | 0.25 |
| Hex | 13 | 6E | 1C | 53 | 0 | 4B | 39 | 7E | 47 | 19 |
| Octal | 23 | 156 | 34 | 123 | 0 | 113 | 71 | 176 | 107 | 31 |
| Binary | 10011 | 1101110 | 11100 | 1010011 | 0 | 1001011 | 111001 | 1111110 | 1000111 | 11001 |
Color Harmonies of #136E1C
Complementary color
Monochromatic Colors of #136E1C
Black with #136E1C
Text Example
Text Example
White with #136E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E1C; }
p { color: rgb(19,110,28); }
H1.HeaderClassName
{
color: #136E1C;
}
.AnyTagClassName
{
color: #136E1C;
}
</style>
background-color css
<style>
a { background-color: #136E1C; }
a { background-color: rgb(19,110,28); }
div.DivClassName
{
background-color: #136E1C;
}
.BgClassName
{
background-color: #136E1C;
}
</style>
border-color css
<style>
span { border-color: #136E1C; }
span { border-color: rgb(19,110,28); }
td.TdClassName
{
border-color: #136E1C;
}
.TagClassName
{
border-color: #136E1C;
}
</style>