Shades of Spectra #33634C
Tints of Spectra #33634C
RGB
CMYK
RGB Variations
Color information
#33634C (or 0x33634C) is known color: Spectra. HEX triplet: 33, 63 and 4C. RGB value is (51,99,76). Sum of RGB (Red+Green+Blue) = 51+99+76=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #33634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33634C is #CC9CB3. Grayscale: #525252. Windows color (decimal): -13409460 or 5006131. OLE color: 5006131.
HSL color Cylindrical-coordinate representation of color #33634C: hue angle of 151.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33634C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 76 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.61 |
| HSL | 151.25º | 0.32% | 0.29% | - |
| HSV(B) | 151.25º | 0.48% | 0.39% | - |
| XYZ | 7.13 | 10.15 | 8.42 | - |
| YUV | 82.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 76 | 0.48 | 0 | 0.23 | 0.61 | 151.25 | 0.32 | 0.29 |
| Hex | 33 | 63 | 4C | 30 | 0 | 17 | 3D | 97 | 20 | 1D |
| Octal | 63 | 143 | 114 | 60 | 0 | 27 | 75 | 227 | 40 | 35 |
| Binary | 110011 | 1100011 | 1001100 | 110000 | 0 | 10111 | 111101 | 10010111 | 100000 | 11101 |
Color Harmonies of #33634C
Complementary color
Monochromatic Colors of #33634C
Black with #33634C
Text Example
Text Example
White with #33634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33634C; }
p { color: rgb(51,99,76); }
H1.HeaderClassName
{
color: #33634C;
}
.AnyTagClassName
{
color: #33634C;
}
</style>
background-color css
<style>
a { background-color: #33634C; }
a { background-color: rgb(51,99,76); }
div.DivClassName
{
background-color: #33634C;
}
.BgClassName
{
background-color: #33634C;
}
</style>
border-color css
<style>
span { border-color: #33634C; }
span { border-color: rgb(51,99,76); }
td.TdClassName
{
border-color: #33634C;
}
.TagClassName
{
border-color: #33634C;
}
</style>