Shades of Myrtle #234318
Tints of Myrtle #234318
RGB
CMYK
RGB Variations
Color information
#234318 (or 0x234318) is known color: Myrtle. HEX triplet: 23, 43 and 18. RGB value is (35,67,24). Sum of RGB (Red+Green+Blue) = 35+67+24=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #234318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234318 is #DCBCE7. Grayscale: #343434. Windows color (decimal): -14466280 or 1590051. OLE color: 1590051.
HSL color Cylindrical-coordinate representation of color #234318: hue angle of 104.65º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234318 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 67 | 24 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.74 |
| HSL | 104.65º | 0.47% | 0.18% | - |
| HSV(B) | 104.65º | 0.64% | 0.26% | - |
| XYZ | 2.87 | 4.44 | 1.57 | - |
| YUV | 52.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 24 | 0.48 | 0 | 0.64 | 0.74 | 104.65 | 0.47 | 0.18 |
| Hex | 23 | 43 | 18 | 30 | 0 | 40 | 4A | 69 | 2F | 12 |
| Octal | 43 | 103 | 30 | 60 | 0 | 100 | 112 | 151 | 57 | 22 |
| Binary | 100011 | 1000011 | 11000 | 110000 | 0 | 1000000 | 1001010 | 1101001 | 101111 | 10010 |
Color Harmonies of #234318
Complementary color
Monochromatic Colors of #234318
Black with #234318
Text Example
Text Example
White with #234318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234318; }
p { color: rgb(35,67,24); }
H1.HeaderClassName
{
color: #234318;
}
.AnyTagClassName
{
color: #234318;
}
</style>
background-color css
<style>
a { background-color: #234318; }
a { background-color: rgb(35,67,24); }
div.DivClassName
{
background-color: #234318;
}
.BgClassName
{
background-color: #234318;
}
</style>
border-color css
<style>
span { border-color: #234318; }
span { border-color: rgb(35,67,24); }
td.TdClassName
{
border-color: #234318;
}
.TagClassName
{
border-color: #234318;
}
</style>