Shades of San Felix #366A39
Tints of San Felix #366A39
RGB
CMYK
RGB Variations
Color information
#366A39 (or 0x366A39) is known color: San Felix. HEX triplet: 36, 6A and 39. RGB value is (54,106,57). Sum of RGB (Red+Green+Blue) = 54+106+57=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #366A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366A39 is #C995C6. Grayscale: #555555. Windows color (decimal): -13211079 or 3762742. OLE color: 3762742.
HSL color Cylindrical-coordinate representation of color #366A39: hue angle of 123.46º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A39 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 106 | 57 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.58 |
| HSL | 123.46º | 0.33% | 0.31% | - |
| HSV(B) | 123.46º | 0.49% | 0.42% | - |
| XYZ | 7.41 | 11.39 | 5.68 | - |
| YUV | 84.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 57 | 0.49 | 0 | 0.46 | 0.58 | 123.46 | 0.33 | 0.31 |
| Hex | 36 | 6A | 39 | 31 | 0 | 2E | 3A | 7B | 20 | 1F |
| Octal | 66 | 152 | 71 | 61 | 0 | 56 | 72 | 173 | 40 | 37 |
| Binary | 110110 | 1101010 | 111001 | 110001 | 0 | 101110 | 111010 | 1111011 | 100000 | 11111 |
Color Harmonies of #366A39
Complementary color
Monochromatic Colors of #366A39
Black with #366A39
Text Example
Text Example
White with #366A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A39; }
p { color: rgb(54,106,57); }
H1.HeaderClassName
{
color: #366A39;
}
.AnyTagClassName
{
color: #366A39;
}
</style>
background-color css
<style>
a { background-color: #366A39; }
a { background-color: rgb(54,106,57); }
div.DivClassName
{
background-color: #366A39;
}
.BgClassName
{
background-color: #366A39;
}
</style>
border-color css
<style>
span { border-color: #366A39; }
span { border-color: rgb(54,106,57); }
td.TdClassName
{
border-color: #366A39;
}
.TagClassName
{
border-color: #366A39;
}
</style>