Shades of Myrtle #253D1D
Tints of Myrtle #253D1D
RGB
CMYK
RGB Variations
Color information
#253D1D (or 0x253D1D) is known color: Myrtle. HEX triplet: 25, 3D and 1D. RGB value is (37,61,29). Sum of RGB (Red+Green+Blue) = 37+61+29=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #253D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D1D is #DAC2E2. Grayscale: #323232. Windows color (decimal): -14336739 or 1916197. OLE color: 1916197.
HSL color Cylindrical-coordinate representation of color #253D1D: hue angle of 105º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #253D1D is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 29 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.76 |
| HSL | 105º | 0.36% | 0.18% | - |
| HSV(B) | 105º | 0.52% | 0.24% | - |
| XYZ | 2.65 | 3.82 | 1.76 | - |
| YUV | 50.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 29 | 0.39 | 0 | 0.52 | 0.76 | 105 | 0.36 | 0.18 |
| Hex | 25 | 3D | 1D | 27 | 0 | 34 | 4C | 69 | 24 | 12 |
| Octal | 45 | 75 | 35 | 47 | 0 | 64 | 114 | 151 | 44 | 22 |
| Binary | 100101 | 111101 | 11101 | 100111 | 0 | 110100 | 1001100 | 1101001 | 100100 | 10010 |
Color Harmonies of #253D1D
Complementary color
Monochromatic Colors of #253D1D
Black with #253D1D
Text Example
Text Example
White with #253D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D1D; }
p { color: rgb(37,61,29); }
H1.HeaderClassName
{
color: #253D1D;
}
.AnyTagClassName
{
color: #253D1D;
}
</style>
background-color css
<style>
a { background-color: #253D1D; }
a { background-color: rgb(37,61,29); }
div.DivClassName
{
background-color: #253D1D;
}
.BgClassName
{
background-color: #253D1D;
}
</style>
border-color css
<style>
span { border-color: #253D1D; }
span { border-color: rgb(37,61,29); }
td.TdClassName
{
border-color: #253D1D;
}
.TagClassName
{
border-color: #253D1D;
}
</style>