Shades of Myrtle #1C5422
Tints of Myrtle #1C5422
RGB
CMYK
RGB Variations
Color information
#1C5422 (or 0x1C5422) is known color: Myrtle. HEX triplet: 1C, 54 and 22. RGB value is (28,84,34). Sum of RGB (Red+Green+Blue) = 28+84+34=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5422 is #E3ABDD. Grayscale: #3D3D3D. Windows color (decimal): -14920670 or 2249756. OLE color: 2249756.
HSL color Cylindrical-coordinate representation of color #1C5422: hue angle of 126.43º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5422 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 84 | 34 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.67 |
| HSL | 126.43º | 0.5% | 0.22% | - |
| HSV(B) | 126.43º | 0.67% | 0.33% | - |
| XYZ | 3.94 | 6.7 | 2.6 | - |
| YUV | 61.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 34 | 0.67 | 0 | 0.60 | 0.67 | 126.43 | 0.5 | 0.22 |
| Hex | 1C | 54 | 22 | 43 | 0 | 3C | 43 | 7E | 32 | 16 |
| Octal | 34 | 124 | 42 | 103 | 0 | 74 | 103 | 176 | 62 | 26 |
| Binary | 11100 | 1010100 | 100010 | 1000011 | 0 | 111100 | 1000011 | 1111110 | 110010 | 10110 |
Color Harmonies of #1C5422
Complementary color
Monochromatic Colors of #1C5422
Black with #1C5422
Text Example
Text Example
White with #1C5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5422; }
p { color: rgb(28,84,34); }
H1.HeaderClassName
{
color: #1C5422;
}
.AnyTagClassName
{
color: #1C5422;
}
</style>
background-color css
<style>
a { background-color: #1C5422; }
a { background-color: rgb(28,84,34); }
div.DivClassName
{
background-color: #1C5422;
}
.BgClassName
{
background-color: #1C5422;
}
</style>
border-color css
<style>
span { border-color: #1C5422; }
span { border-color: rgb(28,84,34); }
td.TdClassName
{
border-color: #1C5422;
}
.TagClassName
{
border-color: #1C5422;
}
</style>