Shades of Myrtle #256505
Tints of Myrtle #256505
RGB
CMYK
RGB Variations
Color information
#256505 (or 0x256505) is known color: Myrtle. HEX triplet: 25, 65 and 05. RGB value is (37,101,5). Sum of RGB (Red+Green+Blue) = 37+101+5=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #256505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256505 is #DA9AFA. Grayscale: #474747. Windows color (decimal): -14326523 or 353573. OLE color: 353573.
HSL color Cylindrical-coordinate representation of color #256505: hue angle of 100º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #256505 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 101 | 5 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.60 |
| HSL | 100º | 0.91% | 0.21% | - |
| HSV(B) | 100º | 0.95% | 0.4% | - |
| XYZ | 5.44 | 9.71 | 1.73 | - |
| YUV | 70.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 5 | 0.63 | 0 | 0.95 | 0.60 | 100 | 0.91 | 0.21 |
| Hex | 25 | 65 | 5 | 3F | 0 | 5F | 3C | 64 | 5B | 15 |
| Octal | 45 | 145 | 5 | 77 | 0 | 137 | 74 | 144 | 133 | 25 |
| Binary | 100101 | 1100101 | 101 | 111111 | 0 | 1011111 | 111100 | 1100100 | 1011011 | 10101 |
Color Harmonies of #256505
Complementary color
Monochromatic Colors of #256505
Black with #256505
Text Example
Text Example
White with #256505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256505; }
p { color: rgb(37,101,5); }
H1.HeaderClassName
{
color: #256505;
}
.AnyTagClassName
{
color: #256505;
}
</style>
background-color css
<style>
a { background-color: #256505; }
a { background-color: rgb(37,101,5); }
div.DivClassName
{
background-color: #256505;
}
.BgClassName
{
background-color: #256505;
}
</style>
border-color css
<style>
span { border-color: #256505; }
span { border-color: rgb(37,101,5); }
td.TdClassName
{
border-color: #256505;
}
.TagClassName
{
border-color: #256505;
}
</style>