Shades of San Felix #23631F
Tints of San Felix #23631F
RGB
CMYK
RGB Variations
Color information
#23631F (or 0x23631F) is known color: San Felix. HEX triplet: 23, 63 and 1F. RGB value is (35,99,31). Sum of RGB (Red+Green+Blue) = 35+99+31=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #23631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23631F is #DC9CE0. Grayscale: #484848. Windows color (decimal): -14458081 or 2056995. OLE color: 2056995.
HSL color Cylindrical-coordinate representation of color #23631F: hue angle of 116.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23631F is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 99 | 31 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.61 |
| HSL | 116.47º | 0.52% | 0.25% | - |
| HSV(B) | 116.47º | 0.69% | 0.39% | - |
| XYZ | 5.4 | 9.38 | 2.82 | - |
| YUV | 72.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 31 | 0.65 | 0 | 0.69 | 0.61 | 116.47 | 0.52 | 0.25 |
| Hex | 23 | 63 | 1F | 41 | 0 | 45 | 3D | 74 | 34 | 19 |
| Octal | 43 | 143 | 37 | 101 | 0 | 105 | 75 | 164 | 64 | 31 |
| Binary | 100011 | 1100011 | 11111 | 1000001 | 0 | 1000101 | 111101 | 1110100 | 110100 | 11001 |
Color Harmonies of #23631F
Complementary color
Monochromatic Colors of #23631F
Black with #23631F
Text Example
Text Example
White with #23631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23631F; }
p { color: rgb(35,99,31); }
H1.HeaderClassName
{
color: #23631F;
}
.AnyTagClassName
{
color: #23631F;
}
</style>
background-color css
<style>
a { background-color: #23631F; }
a { background-color: rgb(35,99,31); }
div.DivClassName
{
background-color: #23631F;
}
.BgClassName
{
background-color: #23631F;
}
</style>
border-color css
<style>
span { border-color: #23631F; }
span { border-color: rgb(35,99,31); }
td.TdClassName
{
border-color: #23631F;
}
.TagClassName
{
border-color: #23631F;
}
</style>