Shades of Myrtle #1B450C
Tints of Myrtle #1B450C
RGB
CMYK
RGB Variations
Color information
#1B450C (or 0x1B450C) is known color: Myrtle. HEX triplet: 1B, 45 and 0C. RGB value is (27,69,12). Sum of RGB (Red+Green+Blue) = 27+69+12=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #1B450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B450C is #E4BAF3. Grayscale: #323232. Windows color (decimal): -14990068 or 804123. OLE color: 804123.
HSL color Cylindrical-coordinate representation of color #1B450C: hue angle of 104.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B450C is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 69 | 12 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.73 |
| HSL | 104.21º | 0.7% | 0.16% | - |
| HSV(B) | 104.21º | 0.83% | 0.27% | - |
| XYZ | 2.65 | 4.52 | 1.08 | - |
| YUV | 49.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 12 | 0.61 | 0 | 0.83 | 0.73 | 104.21 | 0.7 | 0.16 |
| Hex | 1B | 45 | C | 3D | 0 | 53 | 49 | 68 | 46 | 10 |
| Octal | 33 | 105 | 14 | 75 | 0 | 123 | 111 | 150 | 106 | 20 |
| Binary | 11011 | 1000101 | 1100 | 111101 | 0 | 1010011 | 1001001 | 1101000 | 1000110 | 10000 |
Color Harmonies of #1B450C
Complementary color
Monochromatic Colors of #1B450C
Black with #1B450C
Text Example
Text Example
White with #1B450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B450C; }
p { color: rgb(27,69,12); }
H1.HeaderClassName
{
color: #1B450C;
}
.AnyTagClassName
{
color: #1B450C;
}
</style>
background-color css
<style>
a { background-color: #1B450C; }
a { background-color: rgb(27,69,12); }
div.DivClassName
{
background-color: #1B450C;
}
.BgClassName
{
background-color: #1B450C;
}
</style>
border-color css
<style>
span { border-color: #1B450C; }
span { border-color: rgb(27,69,12); }
td.TdClassName
{
border-color: #1B450C;
}
.TagClassName
{
border-color: #1B450C;
}
</style>