Shades of San Felix #23651B
Tints of San Felix #23651B
RGB
CMYK
RGB Variations
Color information
#23651B (or 0x23651B) is known color: San Felix. HEX triplet: 23, 65 and 1B. RGB value is (35,101,27). Sum of RGB (Red+Green+Blue) = 35+101+27=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #23651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23651B is #DC9AE4. Grayscale: #494949. Windows color (decimal): -14457573 or 1795363. OLE color: 1795363.
HSL color Cylindrical-coordinate representation of color #23651B: hue angle of 113.51º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23651B is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 27 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.60 |
| HSL | 113.51º | 0.58% | 0.25% | - |
| HSV(B) | 113.51º | 0.73% | 0.4% | - |
| XYZ | 5.54 | 9.74 | 2.63 | - |
| YUV | 72.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 27 | 0.65 | 0 | 0.73 | 0.60 | 113.51 | 0.58 | 0.25 |
| Hex | 23 | 65 | 1B | 41 | 0 | 49 | 3C | 72 | 3A | 19 |
| Octal | 43 | 145 | 33 | 101 | 0 | 111 | 74 | 162 | 72 | 31 |
| Binary | 100011 | 1100101 | 11011 | 1000001 | 0 | 1001001 | 111100 | 1110010 | 111010 | 11001 |
Color Harmonies of #23651B
Complementary color
Monochromatic Colors of #23651B
Black with #23651B
Text Example
Text Example
White with #23651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23651B; }
p { color: rgb(35,101,27); }
H1.HeaderClassName
{
color: #23651B;
}
.AnyTagClassName
{
color: #23651B;
}
</style>
background-color css
<style>
a { background-color: #23651B; }
a { background-color: rgb(35,101,27); }
div.DivClassName
{
background-color: #23651B;
}
.BgClassName
{
background-color: #23651B;
}
</style>
border-color css
<style>
span { border-color: #23651B; }
span { border-color: rgb(35,101,27); }
td.TdClassName
{
border-color: #23651B;
}
.TagClassName
{
border-color: #23651B;
}
</style>