Shades of Celtic #33473C
Tints of Celtic #33473C
RGB
CMYK
RGB Variations
Color information
#33473C (or 0x33473C) is known color: Celtic. HEX triplet: 33, 47 and 3C. RGB value is (51,71,60). Sum of RGB (Red+Green+Blue) = 51+71+60=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #33473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33473C is #CCB8C3. Grayscale: #3F3F3F. Windows color (decimal): -13416644 or 3950387. OLE color: 3950387.
HSL color Cylindrical-coordinate representation of color #33473C: hue angle of 147º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #33473C is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 60 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.72 |
| HSL | 147º | 0.16% | 0.24% | - |
| HSV(B) | 147º | 0.28% | 0.28% | - |
| XYZ | 4.43 | 5.54 | 5.11 | - |
| YUV | 63.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 60 | 0.28 | 0 | 0.15 | 0.72 | 147 | 0.16 | 0.24 |
| Hex | 33 | 47 | 3C | 1C | 0 | F | 48 | 93 | 10 | 18 |
| Octal | 63 | 107 | 74 | 34 | 0 | 17 | 110 | 223 | 20 | 30 |
| Binary | 110011 | 1000111 | 111100 | 11100 | 0 | 1111 | 1001000 | 10010011 | 10000 | 11000 |
Color Harmonies of #33473C
Complementary color
Monochromatic Colors of #33473C
Black with #33473C
Text Example
Text Example
White with #33473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33473C; }
p { color: rgb(51,71,60); }
H1.HeaderClassName
{
color: #33473C;
}
.AnyTagClassName
{
color: #33473C;
}
</style>
background-color css
<style>
a { background-color: #33473C; }
a { background-color: rgb(51,71,60); }
div.DivClassName
{
background-color: #33473C;
}
.BgClassName
{
background-color: #33473C;
}
</style>
border-color css
<style>
span { border-color: #33473C; }
span { border-color: rgb(51,71,60); }
td.TdClassName
{
border-color: #33473C;
}
.TagClassName
{
border-color: #33473C;
}
</style>