Shades of Myrtle #185204
Tints of Myrtle #185204
RGB
CMYK
RGB Variations
Color information
#185204 (or 0x185204) is known color: Myrtle. HEX triplet: 18, 52 and 04. RGB value is (24,82,4). Sum of RGB (Red+Green+Blue) = 24+82+4=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #185204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185204 is #E7ADFB. Grayscale: #383838. Windows color (decimal): -15183356 or 283160. OLE color: 283160.
HSL color Cylindrical-coordinate representation of color #185204: hue angle of 104.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #185204 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 4 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.68 |
| HSL | 104.62º | 0.91% | 0.17% | - |
| HSV(B) | 104.62º | 0.95% | 0.32% | - |
| XYZ | 3.42 | 6.24 | 1.14 | - |
| YUV | 55.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 4 | 0.71 | 0 | 0.95 | 0.68 | 104.62 | 0.91 | 0.17 |
| Hex | 18 | 52 | 4 | 47 | 0 | 5F | 44 | 69 | 5B | 11 |
| Octal | 30 | 122 | 4 | 107 | 0 | 137 | 104 | 151 | 133 | 21 |
| Binary | 11000 | 1010010 | 100 | 1000111 | 0 | 1011111 | 1000100 | 1101001 | 1011011 | 10001 |
Color Harmonies of #185204
Complementary color
Monochromatic Colors of #185204
Black with #185204
Text Example
Text Example
White with #185204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185204; }
p { color: rgb(24,82,4); }
H1.HeaderClassName
{
color: #185204;
}
.AnyTagClassName
{
color: #185204;
}
</style>
background-color css
<style>
a { background-color: #185204; }
a { background-color: rgb(24,82,4); }
div.DivClassName
{
background-color: #185204;
}
.BgClassName
{
background-color: #185204;
}
</style>
border-color css
<style>
span { border-color: #185204; }
span { border-color: rgb(24,82,4); }
td.TdClassName
{
border-color: #185204;
}
.TagClassName
{
border-color: #185204;
}
</style>