Shades of Myrtle #285311
Tints of Myrtle #285311
RGB
CMYK
RGB Variations
Color information
#285311 (or 0x285311) is known color: Myrtle. HEX triplet: 28, 53 and 11. RGB value is (40,83,17). Sum of RGB (Red+Green+Blue) = 40+83+17=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #285311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285311 is #D7ACEE. Grayscale: #3E3E3E. Windows color (decimal): -14134511 or 1135400. OLE color: 1135400.
HSL color Cylindrical-coordinate representation of color #285311: hue angle of 99.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285311 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 17 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.67 |
| HSL | 99.09º | 0.66% | 0.2% | - |
| HSV(B) | 99.09º | 0.8% | 0.33% | - |
| XYZ | 4.07 | 6.68 | 1.6 | - |
| YUV | 62.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 17 | 0.52 | 0 | 0.80 | 0.67 | 99.09 | 0.66 | 0.2 |
| Hex | 28 | 53 | 11 | 34 | 0 | 50 | 43 | 63 | 42 | 14 |
| Octal | 50 | 123 | 21 | 64 | 0 | 120 | 103 | 143 | 102 | 24 |
| Binary | 101000 | 1010011 | 10001 | 110100 | 0 | 1010000 | 1000011 | 1100011 | 1000010 | 10100 |
Color Harmonies of #285311
Complementary color
Monochromatic Colors of #285311
Black with #285311
Text Example
Text Example
White with #285311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285311; }
p { color: rgb(40,83,17); }
H1.HeaderClassName
{
color: #285311;
}
.AnyTagClassName
{
color: #285311;
}
</style>
background-color css
<style>
a { background-color: #285311; }
a { background-color: rgb(40,83,17); }
div.DivClassName
{
background-color: #285311;
}
.BgClassName
{
background-color: #285311;
}
</style>
border-color css
<style>
span { border-color: #285311; }
span { border-color: rgb(40,83,17); }
td.TdClassName
{
border-color: #285311;
}
.TagClassName
{
border-color: #285311;
}
</style>