Shades of Myrtle #1B361A
Tints of Myrtle #1B361A
RGB
CMYK
RGB Variations
Color information
#1B361A (or 0x1B361A) is known color: Myrtle. HEX triplet: 1B, 36 and 1A. RGB value is (27,54,26). Sum of RGB (Red+Green+Blue) = 27+54+26=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #1B361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B361A is #E4C9E5. Grayscale: #2A2A2A. Windows color (decimal): -14993894 or 1717787. OLE color: 1717787.
HSL color Cylindrical-coordinate representation of color #1B361A: hue angle of 117.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B361A is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 26 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.79 |
| HSL | 117.86º | 0.35% | 0.16% | - |
| HSV(B) | 117.86º | 0.52% | 0.21% | - |
| XYZ | 1.96 | 2.95 | 1.44 | - |
| YUV | 42.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 26 | 0.5 | 0 | 0.52 | 0.79 | 117.86 | 0.35 | 0.16 |
| Hex | 1B | 36 | 1A | 32 | 0 | 34 | 4F | 76 | 23 | 10 |
| Octal | 33 | 66 | 32 | 62 | 0 | 64 | 117 | 166 | 43 | 20 |
| Binary | 11011 | 110110 | 11010 | 110010 | 0 | 110100 | 1001111 | 1110110 | 100011 | 10000 |
Color Harmonies of #1B361A
Complementary color
Monochromatic Colors of #1B361A
Black with #1B361A
Text Example
Text Example
White with #1B361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B361A; }
p { color: rgb(27,54,26); }
H1.HeaderClassName
{
color: #1B361A;
}
.AnyTagClassName
{
color: #1B361A;
}
</style>
background-color css
<style>
a { background-color: #1B361A; }
a { background-color: rgb(27,54,26); }
div.DivClassName
{
background-color: #1B361A;
}
.BgClassName
{
background-color: #1B361A;
}
</style>
border-color css
<style>
span { border-color: #1B361A; }
span { border-color: rgb(27,54,26); }
td.TdClassName
{
border-color: #1B361A;
}
.TagClassName
{
border-color: #1B361A;
}
</style>