Shades of Myrtle #18430F
Tints of Myrtle #18430F
RGB
CMYK
RGB Variations
Color information
#18430F (or 0x18430F) is known color: Myrtle. HEX triplet: 18, 43 and 0F. RGB value is (24,67,15). Sum of RGB (Red+Green+Blue) = 24+67+15=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #18430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18430F is #E7BCF0. Grayscale: #303030. Windows color (decimal): -15187185 or 1000216. OLE color: 1000216.
HSL color Cylindrical-coordinate representation of color #18430F: hue angle of 109.62º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18430F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 67 | 15 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.74 |
| HSL | 109.62º | 0.63% | 0.16% | - |
| HSV(B) | 109.62º | 0.78% | 0.26% | - |
| XYZ | 2.47 | 4.24 | 1.14 | - |
| YUV | 48.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 15 | 0.64 | 0 | 0.78 | 0.74 | 109.62 | 0.63 | 0.16 |
| Hex | 18 | 43 | F | 40 | 0 | 4E | 4A | 6E | 3F | 10 |
| Octal | 30 | 103 | 17 | 100 | 0 | 116 | 112 | 156 | 77 | 20 |
| Binary | 11000 | 1000011 | 1111 | 1000000 | 0 | 1001110 | 1001010 | 1101110 | 111111 | 10000 |
Color Harmonies of #18430F
Complementary color
Monochromatic Colors of #18430F
Black with #18430F
Text Example
Text Example
White with #18430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18430F; }
p { color: rgb(24,67,15); }
H1.HeaderClassName
{
color: #18430F;
}
.AnyTagClassName
{
color: #18430F;
}
</style>
background-color css
<style>
a { background-color: #18430F; }
a { background-color: rgb(24,67,15); }
div.DivClassName
{
background-color: #18430F;
}
.BgClassName
{
background-color: #18430F;
}
</style>
border-color css
<style>
span { border-color: #18430F; }
span { border-color: rgb(24,67,15); }
td.TdClassName
{
border-color: #18430F;
}
.TagClassName
{
border-color: #18430F;
}
</style>