Shades of San Felix #23621D
Tints of San Felix #23621D
RGB
CMYK
RGB Variations
Color information
#23621D (or 0x23621D) is known color: San Felix. HEX triplet: 23, 62 and 1D. RGB value is (35,98,29). Sum of RGB (Red+Green+Blue) = 35+98+29=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #23621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23621D is #DC9DE2. Grayscale: #474747. Windows color (decimal): -14458339 or 1925667. OLE color: 1925667.
HSL color Cylindrical-coordinate representation of color #23621D: hue angle of 114.78º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23621D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 98 | 29 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.62 |
| HSL | 114.78º | 0.54% | 0.25% | - |
| HSV(B) | 114.78º | 0.7% | 0.38% | - |
| XYZ | 5.28 | 9.18 | 2.66 | - |
| YUV | 71.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 29 | 0.64 | 0 | 0.70 | 0.62 | 114.78 | 0.54 | 0.25 |
| Hex | 23 | 62 | 1D | 40 | 0 | 46 | 3E | 73 | 36 | 19 |
| Octal | 43 | 142 | 35 | 100 | 0 | 106 | 76 | 163 | 66 | 31 |
| Binary | 100011 | 1100010 | 11101 | 1000000 | 0 | 1000110 | 111110 | 1110011 | 110110 | 11001 |
Color Harmonies of #23621D
Complementary color
Monochromatic Colors of #23621D
Black with #23621D
Text Example
Text Example
White with #23621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23621D; }
p { color: rgb(35,98,29); }
H1.HeaderClassName
{
color: #23621D;
}
.AnyTagClassName
{
color: #23621D;
}
</style>
background-color css
<style>
a { background-color: #23621D; }
a { background-color: rgb(35,98,29); }
div.DivClassName
{
background-color: #23621D;
}
.BgClassName
{
background-color: #23621D;
}
</style>
border-color css
<style>
span { border-color: #23621D; }
span { border-color: rgb(35,98,29); }
td.TdClassName
{
border-color: #23621D;
}
.TagClassName
{
border-color: #23621D;
}
</style>