Shades of Spectra #33544A
Tints of Spectra #33544A
RGB
CMYK
RGB Variations
Color information
#33544A (or 0x33544A) is known color: Spectra. HEX triplet: 33, 54 and 4A. RGB value is (51,84,74). Sum of RGB (Red+Green+Blue) = 51+84+74=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #33544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33544A is #CCABB5. Grayscale: #494949. Windows color (decimal): -13413302 or 4871219. OLE color: 4871219.
HSL color Cylindrical-coordinate representation of color #33544A: hue angle of 161.82º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33544A is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 74 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.67 |
| HSL | 161.82º | 0.24% | 0.26% | - |
| HSV(B) | 161.82º | 0.39% | 0.33% | - |
| XYZ | 5.77 | 7.54 | 7.63 | - |
| YUV | 72.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 74 | 0.39 | 0 | 0.12 | 0.67 | 161.82 | 0.24 | 0.26 |
| Hex | 33 | 54 | 4A | 27 | 0 | C | 43 | A2 | 18 | 1A |
| Octal | 63 | 124 | 112 | 47 | 0 | 14 | 103 | 242 | 30 | 32 |
| Binary | 110011 | 1010100 | 1001010 | 100111 | 0 | 1100 | 1000011 | 10100010 | 11000 | 11010 |
Color Harmonies of #33544A
Complementary color
Monochromatic Colors of #33544A
Black with #33544A
Text Example
Text Example
White with #33544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33544A; }
p { color: rgb(51,84,74); }
H1.HeaderClassName
{
color: #33544A;
}
.AnyTagClassName
{
color: #33544A;
}
</style>
background-color css
<style>
a { background-color: #33544A; }
a { background-color: rgb(51,84,74); }
div.DivClassName
{
background-color: #33544A;
}
.BgClassName
{
background-color: #33544A;
}
</style>
border-color css
<style>
span { border-color: #33544A; }
span { border-color: rgb(51,84,74); }
td.TdClassName
{
border-color: #33544A;
}
.TagClassName
{
border-color: #33544A;
}
</style>