Shades of Myrtle #256208
Tints of Myrtle #256208
RGB
CMYK
RGB Variations
Color information
#256208 (or 0x256208) is known color: Myrtle. HEX triplet: 25, 62 and 08. RGB value is (37,98,8). Sum of RGB (Red+Green+Blue) = 37+98+8=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #256208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256208 is #DA9DF7. Grayscale: #454545. Windows color (decimal): -14327288 or 549413. OLE color: 549413.
HSL color Cylindrical-coordinate representation of color #256208: hue angle of 100.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #256208 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 98 | 8 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.62 |
| HSL | 100.67º | 0.85% | 0.21% | - |
| HSV(B) | 100.67º | 0.92% | 0.38% | - |
| XYZ | 5.17 | 9.15 | 1.72 | - |
| YUV | 69.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 8 | 0.62 | 0 | 0.92 | 0.62 | 100.67 | 0.85 | 0.21 |
| Hex | 25 | 62 | 8 | 3E | 0 | 5C | 3E | 65 | 55 | 15 |
| Octal | 45 | 142 | 10 | 76 | 0 | 134 | 76 | 145 | 125 | 25 |
| Binary | 100101 | 1100010 | 1000 | 111110 | 0 | 1011100 | 111110 | 1100101 | 1010101 | 10101 |
Color Harmonies of #256208
Complementary color
Monochromatic Colors of #256208
Black with #256208
Text Example
Text Example
White with #256208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256208; }
p { color: rgb(37,98,8); }
H1.HeaderClassName
{
color: #256208;
}
.AnyTagClassName
{
color: #256208;
}
</style>
background-color css
<style>
a { background-color: #256208; }
a { background-color: rgb(37,98,8); }
div.DivClassName
{
background-color: #256208;
}
.BgClassName
{
background-color: #256208;
}
</style>
border-color css
<style>
span { border-color: #256208; }
span { border-color: rgb(37,98,8); }
td.TdClassName
{
border-color: #256208;
}
.TagClassName
{
border-color: #256208;
}
</style>