Shades of Celtic #35473E
Tints of Celtic #35473E
RGB
CMYK
RGB Variations
Color information
#35473E (or 0x35473E) is known color: Celtic. HEX triplet: 35, 47 and 3E. RGB value is (53,71,62). Sum of RGB (Red+Green+Blue) = 53+71+62=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #35473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473E is #CAB8C1. Grayscale: #404040. Windows color (decimal): -13285570 or 4081461. OLE color: 4081461.
HSL color Cylindrical-coordinate representation of color #35473E: hue angle of 150º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 62 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.72 |
| HSL | 150º | 0.15% | 0.24% | - |
| HSV(B) | 150º | 0.25% | 0.28% | - |
| XYZ | 4.59 | 5.61 | 5.4 | - |
| YUV | 64.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 62 | 0.25 | 0 | 0.13 | 0.72 | 150 | 0.15 | 0.24 |
| Hex | 35 | 47 | 3E | 19 | 0 | D | 48 | 96 | F | 18 |
| Octal | 65 | 107 | 76 | 31 | 0 | 15 | 110 | 226 | 17 | 30 |
| Binary | 110101 | 1000111 | 111110 | 11001 | 0 | 1101 | 1001000 | 10010110 | 1111 | 11000 |
Color Harmonies of #35473E
Complementary color
Monochromatic Colors of #35473E
Black with #35473E
Text Example
Text Example
White with #35473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35473E; }
p { color: rgb(53,71,62); }
H1.HeaderClassName
{
color: #35473E;
}
.AnyTagClassName
{
color: #35473E;
}
</style>
background-color css
<style>
a { background-color: #35473E; }
a { background-color: rgb(53,71,62); }
div.DivClassName
{
background-color: #35473E;
}
.BgClassName
{
background-color: #35473E;
}
</style>
border-color css
<style>
span { border-color: #35473E; }
span { border-color: rgb(53,71,62); }
td.TdClassName
{
border-color: #35473E;
}
.TagClassName
{
border-color: #35473E;
}
</style>