Shades of Myrtle #1B361C
Tints of Myrtle #1B361C
RGB
CMYK
RGB Variations
Color information
#1B361C (or 0x1B361C) is known color: Myrtle. HEX triplet: 1B, 36 and 1C. RGB value is (27,54,28). Sum of RGB (Red+Green+Blue) = 27+54+28=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #1B361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B361C is #E4C9E3. Grayscale: #2B2B2B. Windows color (decimal): -14993892 or 1848859. OLE color: 1848859.
HSL color Cylindrical-coordinate representation of color #1B361C: hue angle of 122.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B361C is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 28 | - |
| CMYK | 0.5 | 0 | 0.48 | 0.79 |
| HSL | 122.22º | 0.33% | 0.16% | - |
| HSV(B) | 122.22º | 0.5% | 0.21% | - |
| XYZ | 1.98 | 2.96 | 1.56 | - |
| YUV | 42.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 28 | 0.5 | 0 | 0.48 | 0.79 | 122.22 | 0.33 | 0.16 |
| Hex | 1B | 36 | 1C | 32 | 0 | 30 | 4F | 7A | 21 | 10 |
| Octal | 33 | 66 | 34 | 62 | 0 | 60 | 117 | 172 | 41 | 20 |
| Binary | 11011 | 110110 | 11100 | 110010 | 0 | 110000 | 1001111 | 1111010 | 100001 | 10000 |
Color Harmonies of #1B361C
Complementary color
Monochromatic Colors of #1B361C
Black with #1B361C
Text Example
Text Example
White with #1B361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B361C; }
p { color: rgb(27,54,28); }
H1.HeaderClassName
{
color: #1B361C;
}
.AnyTagClassName
{
color: #1B361C;
}
</style>
background-color css
<style>
a { background-color: #1B361C; }
a { background-color: rgb(27,54,28); }
div.DivClassName
{
background-color: #1B361C;
}
.BgClassName
{
background-color: #1B361C;
}
</style>
border-color css
<style>
span { border-color: #1B361C; }
span { border-color: rgb(27,54,28); }
td.TdClassName
{
border-color: #1B361C;
}
.TagClassName
{
border-color: #1B361C;
}
</style>