Shades of Celtic #34483D
Tints of Celtic #34483D
RGB
CMYK
RGB Variations
Color information
#34483D (or 0x34483D) is known color: Celtic. HEX triplet: 34, 48 and 3D. RGB value is (52,72,61). Sum of RGB (Red+Green+Blue) = 52+72+61=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #34483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483D is #CBB7C2. Grayscale: #404040. Windows color (decimal): -13350851 or 4016180. OLE color: 4016180.
HSL color Cylindrical-coordinate representation of color #34483D: 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 #34483D is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 61 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.72 |
| HSL | 147º | 0.16% | 0.24% | - |
| HSV(B) | 147º | 0.28% | 0.28% | - |
| XYZ | 4.58 | 5.7 | 5.27 | - |
| YUV | 64.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 61 | 0.28 | 0 | 0.15 | 0.72 | 147 | 0.16 | 0.24 |
| Hex | 34 | 48 | 3D | 1C | 0 | F | 48 | 93 | 10 | 18 |
| Octal | 64 | 110 | 75 | 34 | 0 | 17 | 110 | 223 | 20 | 30 |
| Binary | 110100 | 1001000 | 111101 | 11100 | 0 | 1111 | 1001000 | 10010011 | 10000 | 11000 |
Color Harmonies of #34483D
Complementary color
Monochromatic Colors of #34483D
Black with #34483D
Text Example
Text Example
White with #34483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34483D; }
p { color: rgb(52,72,61); }
H1.HeaderClassName
{
color: #34483D;
}
.AnyTagClassName
{
color: #34483D;
}
</style>
background-color css
<style>
a { background-color: #34483D; }
a { background-color: rgb(52,72,61); }
div.DivClassName
{
background-color: #34483D;
}
.BgClassName
{
background-color: #34483D;
}
</style>
border-color css
<style>
span { border-color: #34483D; }
span { border-color: rgb(52,72,61); }
td.TdClassName
{
border-color: #34483D;
}
.TagClassName
{
border-color: #34483D;
}
</style>