Shades of Celtic #35403A
Tints of Celtic #35403A
RGB
CMYK
RGB Variations
Color information
#35403A (or 0x35403A) is known color: Celtic. HEX triplet: 35, 40 and 3A. RGB value is (53,64,58). Sum of RGB (Red+Green+Blue) = 53+64+58=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #35403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35403A is #CABFC5. Grayscale: #3C3C3C. Windows color (decimal): -13287366 or 3817525. OLE color: 3817525.
HSL color Cylindrical-coordinate representation of color #35403A: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35403A is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 58 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.75 |
| HSL | 147.27º | 0.09% | 0.23% | - |
| HSV(B) | 147.27º | 0.17% | 0.25% | - |
| XYZ | 4.07 | 4.73 | 4.7 | - |
| YUV | 60.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 58 | 0.17 | 0 | 0.09 | 0.75 | 147.27 | 0.09 | 0.23 |
| Hex | 35 | 40 | 3A | 11 | 0 | 9 | 4B | 93 | 9 | 17 |
| Octal | 65 | 100 | 72 | 21 | 0 | 11 | 113 | 223 | 11 | 27 |
| Binary | 110101 | 1000000 | 111010 | 10001 | 0 | 1001 | 1001011 | 10010011 | 1001 | 10111 |
Color Harmonies of #35403A
Complementary color
Monochromatic Colors of #35403A
Black with #35403A
Text Example
Text Example
White with #35403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35403A; }
p { color: rgb(53,64,58); }
H1.HeaderClassName
{
color: #35403A;
}
.AnyTagClassName
{
color: #35403A;
}
</style>
background-color css
<style>
a { background-color: #35403A; }
a { background-color: rgb(53,64,58); }
div.DivClassName
{
background-color: #35403A;
}
.BgClassName
{
background-color: #35403A;
}
</style>
border-color css
<style>
span { border-color: #35403A; }
span { border-color: rgb(53,64,58); }
td.TdClassName
{
border-color: #35403A;
}
.TagClassName
{
border-color: #35403A;
}
</style>