Shades of Myrtle #1B5422
Tints of Myrtle #1B5422
RGB
CMYK
RGB Variations
Color information
#1B5422 (or 0x1B5422) is known color: Myrtle. HEX triplet: 1B, 54 and 22. RGB value is (27,84,34). Sum of RGB (Red+Green+Blue) = 27+84+34=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5422 is #E4ABDD. Grayscale: #3D3D3D. Windows color (decimal): -14986206 or 2249755. OLE color: 2249755.
HSL color Cylindrical-coordinate representation of color #1B5422: hue angle of 127.37º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5422 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 34 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.67 |
| HSL | 127.37º | 0.51% | 0.22% | - |
| HSV(B) | 127.37º | 0.68% | 0.33% | - |
| XYZ | 3.91 | 6.69 | 2.6 | - |
| YUV | 61.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 34 | 0.68 | 0 | 0.60 | 0.67 | 127.37 | 0.51 | 0.22 |
| Hex | 1B | 54 | 22 | 44 | 0 | 3C | 43 | 7F | 33 | 16 |
| Octal | 33 | 124 | 42 | 104 | 0 | 74 | 103 | 177 | 63 | 26 |
| Binary | 11011 | 1010100 | 100010 | 1000100 | 0 | 111100 | 1000011 | 1111111 | 110011 | 10110 |
Color Harmonies of #1B5422
Complementary color
Monochromatic Colors of #1B5422
Black with #1B5422
Text Example
Text Example
White with #1B5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5422; }
p { color: rgb(27,84,34); }
H1.HeaderClassName
{
color: #1B5422;
}
.AnyTagClassName
{
color: #1B5422;
}
</style>
background-color css
<style>
a { background-color: #1B5422; }
a { background-color: rgb(27,84,34); }
div.DivClassName
{
background-color: #1B5422;
}
.BgClassName
{
background-color: #1B5422;
}
</style>
border-color css
<style>
span { border-color: #1B5422; }
span { border-color: rgb(27,84,34); }
td.TdClassName
{
border-color: #1B5422;
}
.TagClassName
{
border-color: #1B5422;
}
</style>