Shades of Spectra #33654D
Tints of Spectra #33654D
RGB
CMYK
RGB Variations
Color information
#33654D (or 0x33654D) is known color: Spectra. HEX triplet: 33, 65 and 4D. RGB value is (51,101,77). Sum of RGB (Red+Green+Blue) = 51+101+77=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #33654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33654D is #CC9AB2. Grayscale: #535353. Windows color (decimal): -13408947 or 5072179. OLE color: 5072179.
HSL color Cylindrical-coordinate representation of color #33654D: hue angle of 151.2º degrees, saturation: 0.33, 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 #33654D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 77 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.60 |
| HSL | 151.2º | 0.33% | 0.3% | - |
| HSV(B) | 151.2º | 0.5% | 0.4% | - |
| XYZ | 7.36 | 10.55 | 8.67 | - |
| YUV | 83.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 77 | 0.50 | 0 | 0.24 | 0.60 | 151.2 | 0.33 | 0.3 |
| Hex | 33 | 65 | 4D | 32 | 0 | 18 | 3C | 97 | 21 | 1E |
| Octal | 63 | 145 | 115 | 62 | 0 | 30 | 74 | 227 | 41 | 36 |
| Binary | 110011 | 1100101 | 1001101 | 110010 | 0 | 11000 | 111100 | 10010111 | 100001 | 11110 |
Color Harmonies of #33654D
Complementary color
Monochromatic Colors of #33654D
Black with #33654D
Text Example
Text Example
White with #33654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33654D; }
p { color: rgb(51,101,77); }
H1.HeaderClassName
{
color: #33654D;
}
.AnyTagClassName
{
color: #33654D;
}
</style>
background-color css
<style>
a { background-color: #33654D; }
a { background-color: rgb(51,101,77); }
div.DivClassName
{
background-color: #33654D;
}
.BgClassName
{
background-color: #33654D;
}
</style>
border-color css
<style>
span { border-color: #33654D; }
span { border-color: rgb(51,101,77); }
td.TdClassName
{
border-color: #33654D;
}
.TagClassName
{
border-color: #33654D;
}
</style>