Shades of Myrtle #253D1F
Tints of Myrtle #253D1F
RGB
CMYK
RGB Variations
Color information
#253D1F (or 0x253D1F) is known color: Myrtle. HEX triplet: 25, 3D and 1F. RGB value is (37,61,31). Sum of RGB (Red+Green+Blue) = 37+61+31=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #253D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D1F is #DAC2E0. Grayscale: #323232. Windows color (decimal): -14336737 or 2047269. OLE color: 2047269.
HSL color Cylindrical-coordinate representation of color #253D1F: hue angle of 108º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253D1F is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 31 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.76 |
| HSL | 108º | 0.33% | 0.18% | - |
| HSV(B) | 108º | 0.49% | 0.24% | - |
| XYZ | 2.68 | 3.83 | 1.89 | - |
| YUV | 50.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 31 | 0.39 | 0 | 0.49 | 0.76 | 108 | 0.33 | 0.18 |
| Hex | 25 | 3D | 1F | 27 | 0 | 31 | 4C | 6C | 21 | 12 |
| Octal | 45 | 75 | 37 | 47 | 0 | 61 | 114 | 154 | 41 | 22 |
| Binary | 100101 | 111101 | 11111 | 100111 | 0 | 110001 | 1001100 | 1101100 | 100001 | 10010 |
Color Harmonies of #253D1F
Complementary color
Monochromatic Colors of #253D1F
Black with #253D1F
Text Example
Text Example
White with #253D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D1F; }
p { color: rgb(37,61,31); }
H1.HeaderClassName
{
color: #253D1F;
}
.AnyTagClassName
{
color: #253D1F;
}
</style>
background-color css
<style>
a { background-color: #253D1F; }
a { background-color: rgb(37,61,31); }
div.DivClassName
{
background-color: #253D1F;
}
.BgClassName
{
background-color: #253D1F;
}
</style>
border-color css
<style>
span { border-color: #253D1F; }
span { border-color: rgb(37,61,31); }
td.TdClassName
{
border-color: #253D1F;
}
.TagClassName
{
border-color: #253D1F;
}
</style>