Shades of Myrtle #283525
Tints of Myrtle #283525
RGB
CMYK
RGB Variations
Color information
#283525 (or 0x283525) is known color: Myrtle. HEX triplet: 28, 35 and 25. RGB value is (40,53,37). Sum of RGB (Red+Green+Blue) = 40+53+37=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #283525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283525 is #D7CADA. Grayscale: #2F2F2F. Windows color (decimal): -14142171 or 2438440. OLE color: 2438440.
HSL color Cylindrical-coordinate representation of color #283525: hue angle of 108.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #283525 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 53 | 37 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.79 |
| HSL | 108.75º | 0.18% | 0.18% | - |
| HSV(B) | 108.75º | 0.3% | 0.21% | - |
| XYZ | 2.48 | 3.13 | 2.22 | - |
| YUV | 47.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 37 | 0.25 | 0 | 0.30 | 0.79 | 108.75 | 0.18 | 0.18 |
| Hex | 28 | 35 | 25 | 19 | 0 | 1E | 4F | 6D | 12 | 12 |
| Octal | 50 | 65 | 45 | 31 | 0 | 36 | 117 | 155 | 22 | 22 |
| Binary | 101000 | 110101 | 100101 | 11001 | 0 | 11110 | 1001111 | 1101101 | 10010 | 10010 |
Color Harmonies of #283525
Complementary color
Monochromatic Colors of #283525
Black with #283525
Text Example
Text Example
White with #283525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283525; }
p { color: rgb(40,53,37); }
H1.HeaderClassName
{
color: #283525;
}
.AnyTagClassName
{
color: #283525;
}
</style>
background-color css
<style>
a { background-color: #283525; }
a { background-color: rgb(40,53,37); }
div.DivClassName
{
background-color: #283525;
}
.BgClassName
{
background-color: #283525;
}
</style>
border-color css
<style>
span { border-color: #283525; }
span { border-color: rgb(40,53,37); }
td.TdClassName
{
border-color: #283525;
}
.TagClassName
{
border-color: #283525;
}
</style>