Shades of Spectra #33614C
Tints of Spectra #33614C
RGB
CMYK
RGB Variations
Color information
#33614C (or 0x33614C) is known color: Spectra. HEX triplet: 33, 61 and 4C. RGB value is (51,97,76). Sum of RGB (Red+Green+Blue) = 51+97+76=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #33614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33614C is #CC9EB3. Grayscale: #505050. Windows color (decimal): -13409972 or 5005619. OLE color: 5005619.
HSL color Cylindrical-coordinate representation of color #33614C: hue angle of 152.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33614C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 97 | 76 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.62 |
| HSL | 152.61º | 0.31% | 0.29% | - |
| HSV(B) | 152.61º | 0.47% | 0.38% | - |
| XYZ | 6.94 | 9.78 | 8.36 | - |
| YUV | 80.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 76 | 0.47 | 0 | 0.22 | 0.62 | 152.61 | 0.31 | 0.29 |
| Hex | 33 | 61 | 4C | 2F | 0 | 16 | 3E | 99 | 1F | 1D |
| Octal | 63 | 141 | 114 | 57 | 0 | 26 | 76 | 231 | 37 | 35 |
| Binary | 110011 | 1100001 | 1001100 | 101111 | 0 | 10110 | 111110 | 10011001 | 11111 | 11101 |
Color Harmonies of #33614C
Complementary color
Monochromatic Colors of #33614C
Black with #33614C
Text Example
Text Example
White with #33614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33614C; }
p { color: rgb(51,97,76); }
H1.HeaderClassName
{
color: #33614C;
}
.AnyTagClassName
{
color: #33614C;
}
</style>
background-color css
<style>
a { background-color: #33614C; }
a { background-color: rgb(51,97,76); }
div.DivClassName
{
background-color: #33614C;
}
.BgClassName
{
background-color: #33614C;
}
</style>
border-color css
<style>
span { border-color: #33614C; }
span { border-color: rgb(51,97,76); }
td.TdClassName
{
border-color: #33614C;
}
.TagClassName
{
border-color: #33614C;
}
</style>