Shades of Myrtle #255512
Tints of Myrtle #255512
RGB
CMYK
RGB Variations
Color information
#255512 (or 0x255512) is known color: Myrtle. HEX triplet: 25, 55 and 12. RGB value is (37,85,18). Sum of RGB (Red+Green+Blue) = 37+85+18=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #255512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255512 is #DAAAED. Grayscale: #3F3F3F. Windows color (decimal): -14330606 or 1201445. OLE color: 1201445.
HSL color Cylindrical-coordinate representation of color #255512: hue angle of 102.99º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255512 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 18 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.67 |
| HSL | 102.99º | 0.65% | 0.2% | - |
| HSV(B) | 102.99º | 0.79% | 0.33% | - |
| XYZ | 4.12 | 6.93 | 1.69 | - |
| YUV | 63.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 18 | 0.56 | 0 | 0.79 | 0.67 | 102.99 | 0.65 | 0.2 |
| Hex | 25 | 55 | 12 | 38 | 0 | 4F | 43 | 67 | 41 | 14 |
| Octal | 45 | 125 | 22 | 70 | 0 | 117 | 103 | 147 | 101 | 24 |
| Binary | 100101 | 1010101 | 10010 | 111000 | 0 | 1001111 | 1000011 | 1100111 | 1000001 | 10100 |
Color Harmonies of #255512
Complementary color
Monochromatic Colors of #255512
Black with #255512
Text Example
Text Example
White with #255512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255512; }
p { color: rgb(37,85,18); }
H1.HeaderClassName
{
color: #255512;
}
.AnyTagClassName
{
color: #255512;
}
</style>
background-color css
<style>
a { background-color: #255512; }
a { background-color: rgb(37,85,18); }
div.DivClassName
{
background-color: #255512;
}
.BgClassName
{
background-color: #255512;
}
</style>
border-color css
<style>
span { border-color: #255512; }
span { border-color: rgb(37,85,18); }
td.TdClassName
{
border-color: #255512;
}
.TagClassName
{
border-color: #255512;
}
</style>