Shades of Celtic #38463F
Tints of Celtic #38463F
RGB
CMYK
RGB Variations
Color information
#38463F (or 0x38463F) is known color: Celtic. HEX triplet: 38, 46 and 3F. RGB value is (56,70,63). Sum of RGB (Red+Green+Blue) = 56+70+63=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #38463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38463F is #C7B9C0. Grayscale: #414141. Windows color (decimal): -13089217 or 4146744. OLE color: 4146744.
HSL color Cylindrical-coordinate representation of color #38463F: hue angle of 150º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38463F is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 63 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.73 |
| HSL | 150º | 0.11% | 0.25% | - |
| HSV(B) | 150º | 0.2% | 0.27% | - |
| XYZ | 4.72 | 5.58 | 5.53 | - |
| YUV | 65.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 63 | 0.20 | 0 | 0.10 | 0.73 | 150 | 0.11 | 0.25 |
| Hex | 38 | 46 | 3F | 14 | 0 | A | 49 | 96 | B | 19 |
| Octal | 70 | 106 | 77 | 24 | 0 | 12 | 111 | 226 | 13 | 31 |
| Binary | 111000 | 1000110 | 111111 | 10100 | 0 | 1010 | 1001001 | 10010110 | 1011 | 11001 |
Color Harmonies of #38463F
Complementary color
Monochromatic Colors of #38463F
Black with #38463F
Text Example
Text Example
White with #38463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38463F; }
p { color: rgb(56,70,63); }
H1.HeaderClassName
{
color: #38463F;
}
.AnyTagClassName
{
color: #38463F;
}
</style>
background-color css
<style>
a { background-color: #38463F; }
a { background-color: rgb(56,70,63); }
div.DivClassName
{
background-color: #38463F;
}
.BgClassName
{
background-color: #38463F;
}
</style>
border-color css
<style>
span { border-color: #38463F; }
span { border-color: rgb(56,70,63); }
td.TdClassName
{
border-color: #38463F;
}
.TagClassName
{
border-color: #38463F;
}
</style>