Shades of Celtic #353C38
Tints of Celtic #353C38
RGB
CMYK
RGB Variations
Color information
#353C38 (or 0x353C38) is known color: Celtic. HEX triplet: 35, 3C and 38. RGB value is (53,60,56). Sum of RGB (Red+Green+Blue) = 53+60+56=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 60 - color contains mainly: green. Hex color #353C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C38 is #CAC3C7. Grayscale: #393939. Windows color (decimal): -13288392 or 3685429. OLE color: 3685429.
HSL color Cylindrical-coordinate representation of color #353C38: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #353C38 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 56 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.76 |
| HSL | 145.71º | 0.06% | 0.22% | - |
| HSV(B) | 145.71º | 0.12% | 0.24% | - |
| XYZ | 3.8 | 4.27 | 4.37 | - |
| YUV | 57.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 56 | 0.12 | 0 | 0.07 | 0.76 | 145.71 | 0.06 | 0.22 |
| Hex | 35 | 3C | 38 | C | 0 | 7 | 4C | 92 | 6 | 16 |
| Octal | 65 | 74 | 70 | 14 | 0 | 7 | 114 | 222 | 6 | 26 |
| Binary | 110101 | 111100 | 111000 | 1100 | 0 | 111 | 1001100 | 10010010 | 110 | 10110 |
Color Harmonies of #353C38
Complementary color
Monochromatic Colors of #353C38
Black with #353C38
Text Example
Text Example
White with #353C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C38; }
p { color: rgb(53,60,56); }
H1.HeaderClassName
{
color: #353C38;
}
.AnyTagClassName
{
color: #353C38;
}
</style>
background-color css
<style>
a { background-color: #353C38; }
a { background-color: rgb(53,60,56); }
div.DivClassName
{
background-color: #353C38;
}
.BgClassName
{
background-color: #353C38;
}
</style>
border-color css
<style>
span { border-color: #353C38; }
span { border-color: rgb(53,60,56); }
td.TdClassName
{
border-color: #353C38;
}
.TagClassName
{
border-color: #353C38;
}
</style>