Shades of San Felix #23632D
Tints of San Felix #23632D
RGB
CMYK
RGB Variations
Color information
#23632D (or 0x23632D) is known color: San Felix. HEX triplet: 23, 63 and 2D. RGB value is (35,99,45). Sum of RGB (Red+Green+Blue) = 35+99+45=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #23632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23632D is #DC9CD2. Grayscale: #494949. Windows color (decimal): -14458067 or 2974499. OLE color: 2974499.
HSL color Cylindrical-coordinate representation of color #23632D: hue angle of 129.38º 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 #23632D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 99 | 45 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.61 |
| HSL | 129.38º | 0.48% | 0.26% | - |
| HSV(B) | 129.38º | 0.65% | 0.39% | - |
| XYZ | 5.63 | 9.47 | 4.01 | - |
| YUV | 73.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 45 | 0.65 | 0 | 0.55 | 0.61 | 129.38 | 0.48 | 0.26 |
| Hex | 23 | 63 | 2D | 41 | 0 | 37 | 3D | 81 | 30 | 1A |
| Octal | 43 | 143 | 55 | 101 | 0 | 67 | 75 | 201 | 60 | 32 |
| Binary | 100011 | 1100011 | 101101 | 1000001 | 0 | 110111 | 111101 | 10000001 | 110000 | 11010 |
Color Harmonies of #23632D
Complementary color
Monochromatic Colors of #23632D
Black with #23632D
Text Example
Text Example
White with #23632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23632D; }
p { color: rgb(35,99,45); }
H1.HeaderClassName
{
color: #23632D;
}
.AnyTagClassName
{
color: #23632D;
}
</style>
background-color css
<style>
a { background-color: #23632D; }
a { background-color: rgb(35,99,45); }
div.DivClassName
{
background-color: #23632D;
}
.BgClassName
{
background-color: #23632D;
}
</style>
border-color css
<style>
span { border-color: #23632D; }
span { border-color: rgb(35,99,45); }
td.TdClassName
{
border-color: #23632D;
}
.TagClassName
{
border-color: #23632D;
}
</style>