Shades of San Felix #336F38
Tints of San Felix #336F38
RGB
CMYK
RGB Variations
Color information
#336F38 (or 0x336F38) is known color: San Felix. HEX triplet: 33, 6F and 38. RGB value is (51,111,56). Sum of RGB (Red+Green+Blue) = 51+111+56=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #336F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F38 is #CC90C7. Grayscale: #565656. Windows color (decimal): -13406408 or 3698483. OLE color: 3698483.
HSL color Cylindrical-coordinate representation of color #336F38: hue angle of 125º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F38 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 56 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.56 |
| HSL | 125º | 0.37% | 0.32% | - |
| HSV(B) | 125º | 0.54% | 0.44% | - |
| XYZ | 7.76 | 12.36 | 5.72 | - |
| YUV | 86.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 56 | 0.54 | 0 | 0.50 | 0.56 | 125 | 0.37 | 0.32 |
| Hex | 33 | 6F | 38 | 36 | 0 | 32 | 38 | 7D | 25 | 20 |
| Octal | 63 | 157 | 70 | 66 | 0 | 62 | 70 | 175 | 45 | 40 |
| Binary | 110011 | 1101111 | 111000 | 110110 | 0 | 110010 | 111000 | 1111101 | 100101 | 100000 |
Color Harmonies of #336F38
Complementary color
Monochromatic Colors of #336F38
Black with #336F38
Text Example
Text Example
White with #336F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F38; }
p { color: rgb(51,111,56); }
H1.HeaderClassName
{
color: #336F38;
}
.AnyTagClassName
{
color: #336F38;
}
</style>
background-color css
<style>
a { background-color: #336F38; }
a { background-color: rgb(51,111,56); }
div.DivClassName
{
background-color: #336F38;
}
.BgClassName
{
background-color: #336F38;
}
</style>
border-color css
<style>
span { border-color: #336F38; }
span { border-color: rgb(51,111,56); }
td.TdClassName
{
border-color: #336F38;
}
.TagClassName
{
border-color: #336F38;
}
</style>