Shades of Celtic #38423D
Tints of Celtic #38423D
RGB
CMYK
RGB Variations
Color information
#38423D (or 0x38423D) is known color: Celtic. HEX triplet: 38, 42 and 3D. RGB value is (56,66,61). Sum of RGB (Red+Green+Blue) = 56+66+61=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #38423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38423D is #C7BDC2. Grayscale: #3E3E3E. Windows color (decimal): -13090243 or 4014648. OLE color: 4014648.
HSL color Cylindrical-coordinate representation of color #38423D: hue angle of 150º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #38423D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 61 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.74 |
| HSL | 150º | 0.08% | 0.24% | - |
| HSV(B) | 150º | 0.15% | 0.26% | - |
| XYZ | 4.42 | 5.07 | 5.16 | - |
| YUV | 62.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 61 | 0.15 | 0 | 0.08 | 0.74 | 150 | 0.08 | 0.24 |
| Hex | 38 | 42 | 3D | F | 0 | 8 | 4A | 96 | 8 | 18 |
| Octal | 70 | 102 | 75 | 17 | 0 | 10 | 112 | 226 | 10 | 30 |
| Binary | 111000 | 1000010 | 111101 | 1111 | 0 | 1000 | 1001010 | 10010110 | 1000 | 11000 |
Color Harmonies of #38423D
Complementary color
Monochromatic Colors of #38423D
Black with #38423D
Text Example
Text Example
White with #38423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38423D; }
p { color: rgb(56,66,61); }
H1.HeaderClassName
{
color: #38423D;
}
.AnyTagClassName
{
color: #38423D;
}
</style>
background-color css
<style>
a { background-color: #38423D; }
a { background-color: rgb(56,66,61); }
div.DivClassName
{
background-color: #38423D;
}
.BgClassName
{
background-color: #38423D;
}
</style>
border-color css
<style>
span { border-color: #38423D; }
span { border-color: rgb(56,66,61); }
td.TdClassName
{
border-color: #38423D;
}
.TagClassName
{
border-color: #38423D;
}
</style>