Shades of Celtic #253E34
Tints of Celtic #253E34
RGB
CMYK
RGB Variations
Color information
#253E34 (or 0x253E34) is known color: Celtic. HEX triplet: 25, 3E and 34. RGB value is (37,62,52). Sum of RGB (Red+Green+Blue) = 37+62+52=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #253E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E34 is #DAC1CB. Grayscale: #353535. Windows color (decimal): -14336460 or 3423781. OLE color: 3423781.
HSL color Cylindrical-coordinate representation of color #253E34: hue angle of 156º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E34 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 62 | 52 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.76 |
| HSL | 156º | 0.25% | 0.19% | - |
| HSV(B) | 156º | 0.4% | 0.24% | - |
| XYZ | 3.11 | 4.09 | 3.87 | - |
| YUV | 53.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 52 | 0.40 | 0 | 0.16 | 0.76 | 156 | 0.25 | 0.19 |
| Hex | 25 | 3E | 34 | 28 | 0 | 10 | 4C | 9C | 19 | 13 |
| Octal | 45 | 76 | 64 | 50 | 0 | 20 | 114 | 234 | 31 | 23 |
| Binary | 100101 | 111110 | 110100 | 101000 | 0 | 10000 | 1001100 | 10011100 | 11001 | 10011 |
Color Harmonies of #253E34
Complementary color
Monochromatic Colors of #253E34
Black with #253E34
Text Example
Text Example
White with #253E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E34; }
p { color: rgb(37,62,52); }
H1.HeaderClassName
{
color: #253E34;
}
.AnyTagClassName
{
color: #253E34;
}
</style>
background-color css
<style>
a { background-color: #253E34; }
a { background-color: rgb(37,62,52); }
div.DivClassName
{
background-color: #253E34;
}
.BgClassName
{
background-color: #253E34;
}
</style>
border-color css
<style>
span { border-color: #253E34; }
span { border-color: rgb(37,62,52); }
td.TdClassName
{
border-color: #253E34;
}
.TagClassName
{
border-color: #253E34;
}
</style>