Shades of Spectra #33624C
Tints of Spectra #33624C
RGB
CMYK
RGB Variations
Color information
#33624C (or 0x33624C) is known color: Spectra. HEX triplet: 33, 62 and 4C. RGB value is (51,98,76). Sum of RGB (Red+Green+Blue) = 51+98+76=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #33624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33624C is #CC9DB3. Grayscale: #515151. Windows color (decimal): -13409716 or 5005875. OLE color: 5005875.
HSL color Cylindrical-coordinate representation of color #33624C: hue angle of 151.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33624C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 98 | 76 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.62 |
| HSL | 151.91º | 0.32% | 0.29% | - |
| HSV(B) | 151.91º | 0.48% | 0.38% | - |
| XYZ | 7.04 | 9.96 | 8.39 | - |
| YUV | 81.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 76 | 0.48 | 0 | 0.22 | 0.62 | 151.91 | 0.32 | 0.29 |
| Hex | 33 | 62 | 4C | 30 | 0 | 16 | 3E | 98 | 20 | 1D |
| Octal | 63 | 142 | 114 | 60 | 0 | 26 | 76 | 230 | 40 | 35 |
| Binary | 110011 | 1100010 | 1001100 | 110000 | 0 | 10110 | 111110 | 10011000 | 100000 | 11101 |
Color Harmonies of #33624C
Complementary color
Monochromatic Colors of #33624C
Black with #33624C
Text Example
Text Example
White with #33624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33624C; }
p { color: rgb(51,98,76); }
H1.HeaderClassName
{
color: #33624C;
}
.AnyTagClassName
{
color: #33624C;
}
</style>
background-color css
<style>
a { background-color: #33624C; }
a { background-color: rgb(51,98,76); }
div.DivClassName
{
background-color: #33624C;
}
.BgClassName
{
background-color: #33624C;
}
</style>
border-color css
<style>
span { border-color: #33624C; }
span { border-color: rgb(51,98,76); }
td.TdClassName
{
border-color: #33624C;
}
.TagClassName
{
border-color: #33624C;
}
</style>