Shades of Spectra #336755
Tints of Spectra #336755
RGB
CMYK
RGB Variations
Color information
#336755 (or 0x336755) is known color: Spectra. HEX triplet: 33, 67 and 55. RGB value is (51,103,85). Sum of RGB (Red+Green+Blue) = 51+103+85=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #336755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336755 is #CC98AA. Grayscale: #555555. Windows color (decimal): -13408427 or 5596979. OLE color: 5596979.
HSL color Cylindrical-coordinate representation of color #336755: hue angle of 159.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336755 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 85 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.60 |
| HSL | 159.23º | 0.34% | 0.3% | - |
| HSV(B) | 159.23º | 0.5% | 0.4% | - |
| XYZ | 7.86 | 11.06 | 10.32 | - |
| YUV | 85.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 85 | 0.50 | 0 | 0.17 | 0.60 | 159.23 | 0.34 | 0.3 |
| Hex | 33 | 67 | 55 | 32 | 0 | 11 | 3C | 9F | 22 | 1E |
| Octal | 63 | 147 | 125 | 62 | 0 | 21 | 74 | 237 | 42 | 36 |
| Binary | 110011 | 1100111 | 1010101 | 110010 | 0 | 10001 | 111100 | 10011111 | 100010 | 11110 |
Color Harmonies of #336755
Complementary color
Monochromatic Colors of #336755
Black with #336755
Text Example
Text Example
White with #336755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336755; }
p { color: rgb(51,103,85); }
H1.HeaderClassName
{
color: #336755;
}
.AnyTagClassName
{
color: #336755;
}
</style>
background-color css
<style>
a { background-color: #336755; }
a { background-color: rgb(51,103,85); }
div.DivClassName
{
background-color: #336755;
}
.BgClassName
{
background-color: #336755;
}
</style>
border-color css
<style>
span { border-color: #336755; }
span { border-color: rgb(51,103,85); }
td.TdClassName
{
border-color: #336755;
}
.TagClassName
{
border-color: #336755;
}
</style>