Shades of Myrtle #265019
Tints of Myrtle #265019
RGB
CMYK
RGB Variations
Color information
#265019 (or 0x265019) is known color: Myrtle. HEX triplet: 26, 50 and 19. RGB value is (38,80,25). Sum of RGB (Red+Green+Blue) = 38+80+25=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #265019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265019 is #D9AFE6. Grayscale: #3D3D3D. Windows color (decimal): -14266343 or 1658918. OLE color: 1658918.
HSL color Cylindrical-coordinate representation of color #265019: hue angle of 105.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #265019 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 25 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.69 |
| HSL | 105.82º | 0.52% | 0.21% | - |
| HSV(B) | 105.82º | 0.69% | 0.31% | - |
| XYZ | 3.84 | 6.22 | 1.92 | - |
| YUV | 61.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 25 | 0.52 | 0 | 0.69 | 0.69 | 105.82 | 0.52 | 0.21 |
| Hex | 26 | 50 | 19 | 34 | 0 | 45 | 45 | 6A | 34 | 15 |
| Octal | 46 | 120 | 31 | 64 | 0 | 105 | 105 | 152 | 64 | 25 |
| Binary | 100110 | 1010000 | 11001 | 110100 | 0 | 1000101 | 1000101 | 1101010 | 110100 | 10101 |
Color Harmonies of #265019
Complementary color
Monochromatic Colors of #265019
Black with #265019
Text Example
Text Example
White with #265019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265019; }
p { color: rgb(38,80,25); }
H1.HeaderClassName
{
color: #265019;
}
.AnyTagClassName
{
color: #265019;
}
</style>
background-color css
<style>
a { background-color: #265019; }
a { background-color: rgb(38,80,25); }
div.DivClassName
{
background-color: #265019;
}
.BgClassName
{
background-color: #265019;
}
</style>
border-color css
<style>
span { border-color: #265019; }
span { border-color: rgb(38,80,25); }
td.TdClassName
{
border-color: #265019;
}
.TagClassName
{
border-color: #265019;
}
</style>