Shades of Celtic #35423B
Tints of Celtic #35423B
RGB
CMYK
RGB Variations
Color information
#35423B (or 0x35423B) is known color: Celtic. HEX triplet: 35, 42 and 3B. RGB value is (53,66,59). Sum of RGB (Red+Green+Blue) = 53+66+59=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #35423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35423B is #CABDC4. Grayscale: #3D3D3D. Windows color (decimal): -13286853 or 3883573. OLE color: 3883573.
HSL color Cylindrical-coordinate representation of color #35423B: hue angle of 147.69º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #35423B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 59 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.74 |
| HSL | 147.69º | 0.11% | 0.23% | - |
| HSV(B) | 147.69º | 0.2% | 0.26% | - |
| XYZ | 4.21 | 4.97 | 4.88 | - |
| YUV | 61.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 59 | 0.20 | 0 | 0.11 | 0.74 | 147.69 | 0.11 | 0.23 |
| Hex | 35 | 42 | 3B | 14 | 0 | B | 4A | 94 | B | 17 |
| Octal | 65 | 102 | 73 | 24 | 0 | 13 | 112 | 224 | 13 | 27 |
| Binary | 110101 | 1000010 | 111011 | 10100 | 0 | 1011 | 1001010 | 10010100 | 1011 | 10111 |
Color Harmonies of #35423B
Complementary color
Monochromatic Colors of #35423B
Black with #35423B
Text Example
Text Example
White with #35423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35423B; }
p { color: rgb(53,66,59); }
H1.HeaderClassName
{
color: #35423B;
}
.AnyTagClassName
{
color: #35423B;
}
</style>
background-color css
<style>
a { background-color: #35423B; }
a { background-color: rgb(53,66,59); }
div.DivClassName
{
background-color: #35423B;
}
.BgClassName
{
background-color: #35423B;
}
</style>
border-color css
<style>
span { border-color: #35423B; }
span { border-color: rgb(53,66,59); }
td.TdClassName
{
border-color: #35423B;
}
.TagClassName
{
border-color: #35423B;
}
</style>