Shades of Celtic #3C3E3D
Tints of Celtic #3C3E3D
RGB
CMYK
RGB Variations
Color information
#3C3E3D (or 0x3C3E3D) is known color: Celtic. HEX triplet: 3C, 3E and 3D. RGB value is (60,62,61). Sum of RGB (Red+Green+Blue) = 60+62+61=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E3D is #C3C1C2. Grayscale: #3D3D3D. Windows color (decimal): -12829123 or 4013628. OLE color: 4013628.
HSL color Cylindrical-coordinate representation of color #3C3E3D: hue angle of 150º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3C3E3D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 62 | 61 | - |
CMYK | 0.03 | 0 | 0.02 | 0.76 |
HSL | 150º | 0.02% | 0.24% | - |
HSV(B) | 150º | 0.03% | 0.24% | - |
XYZ | 4.43 | 4.74 | 5.1 | - |
YUV | 61.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 62 | 61 | 0.03 | 0 | 0.02 | 0.76 | 150 | 0.02 | 0.24 |
Hex | 3C | 3E | 3D | 3 | 0 | 2 | 4C | 96 | 2 | 18 |
Octal | 74 | 76 | 75 | 3 | 0 | 2 | 114 | 226 | 2 | 30 |
Binary | 111100 | 111110 | 111101 | 11 | 0 | 10 | 1001100 | 10010110 | 10 | 11000 |
Color Harmonies of #3C3E3D
Complementary color
Monochromatic Colors of #3C3E3D
Black with #3C3E3D
Text Example
Text Example
White with #3C3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E3D; }
p { color: rgb(60,62,61); }
H1.HeaderClassName
{
color: #3C3E3D;
}
.AnyTagClassName
{
color: #3C3E3D;
}
</style>
background-color css
<style>
a { background-color: #3C3E3D; }
a { background-color: rgb(60,62,61); }
div.DivClassName
{
background-color: #3C3E3D;
}
.BgClassName
{
background-color: #3C3E3D;
}
</style>
border-color css
<style>
span { border-color: #3C3E3D; }
span { border-color: rgb(60,62,61); }
td.TdClassName
{
border-color: #3C3E3D;
}
.TagClassName
{
border-color: #3C3E3D;
}
</style>