Shades of Myrtle #253522
Tints of Myrtle #253522
RGB
CMYK
RGB Variations
Color information
#253522 (or 0x253522) is known color: Myrtle. HEX triplet: 25, 35 and 22. RGB value is (37,53,34). Sum of RGB (Red+Green+Blue) = 37+53+34=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #253522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253522 is #DACADD. Grayscale: #2E2E2E. Windows color (decimal): -14338782 or 2241829. OLE color: 2241829.
HSL color Cylindrical-coordinate representation of color #253522: hue angle of 110.53º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253522 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 53 | 34 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.79 |
| HSL | 110.53º | 0.22% | 0.17% | - |
| HSV(B) | 110.53º | 0.36% | 0.21% | - |
| XYZ | 2.32 | 3.06 | 1.98 | - |
| YUV | 46.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 34 | 0.30 | 0 | 0.36 | 0.79 | 110.53 | 0.22 | 0.17 |
| Hex | 25 | 35 | 22 | 1E | 0 | 24 | 4F | 6F | 16 | 11 |
| Octal | 45 | 65 | 42 | 36 | 0 | 44 | 117 | 157 | 26 | 21 |
| Binary | 100101 | 110101 | 100010 | 11110 | 0 | 100100 | 1001111 | 1101111 | 10110 | 10001 |
Color Harmonies of #253522
Complementary color
Monochromatic Colors of #253522
Black with #253522
Text Example
Text Example
White with #253522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253522; }
p { color: rgb(37,53,34); }
H1.HeaderClassName
{
color: #253522;
}
.AnyTagClassName
{
color: #253522;
}
</style>
background-color css
<style>
a { background-color: #253522; }
a { background-color: rgb(37,53,34); }
div.DivClassName
{
background-color: #253522;
}
.BgClassName
{
background-color: #253522;
}
</style>
border-color css
<style>
span { border-color: #253522; }
span { border-color: rgb(37,53,34); }
td.TdClassName
{
border-color: #253522;
}
.TagClassName
{
border-color: #253522;
}
</style>