Shades of Celtic #36423C
Tints of Celtic #36423C
RGB
CMYK
RGB Variations
Color information
#36423C (or 0x36423C) is known color: Celtic. HEX triplet: 36, 42 and 3C. RGB value is (54,66,60). Sum of RGB (Red+Green+Blue) = 54+66+60=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #36423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36423C is #C9BDC3. Grayscale: #3D3D3D. Windows color (decimal): -13221316 or 3949110. OLE color: 3949110.
HSL color Cylindrical-coordinate representation of color #36423C: hue angle of 150º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36423C is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 60 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.74 |
| HSL | 150º | 0.1% | 0.24% | - |
| HSV(B) | 150º | 0.18% | 0.26% | - |
| XYZ | 4.29 | 5.01 | 5.02 | - |
| YUV | 61.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 60 | 0.18 | 0 | 0.09 | 0.74 | 150 | 0.1 | 0.24 |
| Hex | 36 | 42 | 3C | 12 | 0 | 9 | 4A | 96 | A | 18 |
| Octal | 66 | 102 | 74 | 22 | 0 | 11 | 112 | 226 | 12 | 30 |
| Binary | 110110 | 1000010 | 111100 | 10010 | 0 | 1001 | 1001010 | 10010110 | 1010 | 11000 |
Color Harmonies of #36423C
Complementary color
Monochromatic Colors of #36423C
Black with #36423C
Text Example
Text Example
White with #36423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36423C; }
p { color: rgb(54,66,60); }
H1.HeaderClassName
{
color: #36423C;
}
.AnyTagClassName
{
color: #36423C;
}
</style>
background-color css
<style>
a { background-color: #36423C; }
a { background-color: rgb(54,66,60); }
div.DivClassName
{
background-color: #36423C;
}
.BgClassName
{
background-color: #36423C;
}
</style>
border-color css
<style>
span { border-color: #36423C; }
span { border-color: rgb(54,66,60); }
td.TdClassName
{
border-color: #36423C;
}
.TagClassName
{
border-color: #36423C;
}
</style>