Shades of Myrtle #1A531F
Tints of Myrtle #1A531F
RGB
CMYK
RGB Variations
Color information
#1A531F (or 0x1A531F) is known color: Myrtle. HEX triplet: 1A, 53 and 1F. RGB value is (26,83,31). Sum of RGB (Red+Green+Blue) = 26+83+31=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #1A531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A531F is #E5ACE0. Grayscale: #3C3C3C. Windows color (decimal): -15052001 or 2052890. OLE color: 2052890.
HSL color Cylindrical-coordinate representation of color #1A531F: hue angle of 125.26º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A531F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 31 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.67 |
| HSL | 125.26º | 0.52% | 0.21% | - |
| HSV(B) | 125.26º | 0.69% | 0.33% | - |
| XYZ | 3.77 | 6.51 | 2.35 | - |
| YUV | 60.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 31 | 0.69 | 0 | 0.63 | 0.67 | 125.26 | 0.52 | 0.21 |
| Hex | 1A | 53 | 1F | 45 | 0 | 3F | 43 | 7D | 34 | 15 |
| Octal | 32 | 123 | 37 | 105 | 0 | 77 | 103 | 175 | 64 | 25 |
| Binary | 11010 | 1010011 | 11111 | 1000101 | 0 | 111111 | 1000011 | 1111101 | 110100 | 10101 |
Color Harmonies of #1A531F
Complementary color
Monochromatic Colors of #1A531F
Black with #1A531F
Text Example
Text Example
White with #1A531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A531F; }
p { color: rgb(26,83,31); }
H1.HeaderClassName
{
color: #1A531F;
}
.AnyTagClassName
{
color: #1A531F;
}
</style>
background-color css
<style>
a { background-color: #1A531F; }
a { background-color: rgb(26,83,31); }
div.DivClassName
{
background-color: #1A531F;
}
.BgClassName
{
background-color: #1A531F;
}
</style>
border-color css
<style>
span { border-color: #1A531F; }
span { border-color: rgb(26,83,31); }
td.TdClassName
{
border-color: #1A531F;
}
.TagClassName
{
border-color: #1A531F;
}
</style>