Shades of San Felix #23632C
Tints of San Felix #23632C
RGB
CMYK
RGB Variations
Color information
#23632C (or 0x23632C) is known color: San Felix. HEX triplet: 23, 63 and 2C. RGB value is (35,99,44). Sum of RGB (Red+Green+Blue) = 35+99+44=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #23632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23632C is #DC9CD3. Grayscale: #494949. Windows color (decimal): -14458068 or 2908963. OLE color: 2908963.
HSL color Cylindrical-coordinate representation of color #23632C: hue angle of 128.44º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23632C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 99 | 44 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.61 |
| HSL | 128.44º | 0.48% | 0.26% | - |
| HSV(B) | 128.44º | 0.65% | 0.39% | - |
| XYZ | 5.61 | 9.46 | 3.91 | - |
| YUV | 73.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 44 | 0.65 | 0 | 0.56 | 0.61 | 128.44 | 0.48 | 0.26 |
| Hex | 23 | 63 | 2C | 41 | 0 | 38 | 3D | 80 | 30 | 1A |
| Octal | 43 | 143 | 54 | 101 | 0 | 70 | 75 | 200 | 60 | 32 |
| Binary | 100011 | 1100011 | 101100 | 1000001 | 0 | 111000 | 111101 | 10000000 | 110000 | 11010 |
Color Harmonies of #23632C
Complementary color
Monochromatic Colors of #23632C
Black with #23632C
Text Example
Text Example
White with #23632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23632C; }
p { color: rgb(35,99,44); }
H1.HeaderClassName
{
color: #23632C;
}
.AnyTagClassName
{
color: #23632C;
}
</style>
background-color css
<style>
a { background-color: #23632C; }
a { background-color: rgb(35,99,44); }
div.DivClassName
{
background-color: #23632C;
}
.BgClassName
{
background-color: #23632C;
}
</style>
border-color css
<style>
span { border-color: #23632C; }
span { border-color: rgb(35,99,44); }
td.TdClassName
{
border-color: #23632C;
}
.TagClassName
{
border-color: #23632C;
}
</style>