Shades of Myrtle #234B0D
Tints of Myrtle #234B0D
RGB
CMYK
RGB Variations
Color information
#234B0D (or 0x234B0D) is known color: Myrtle. HEX triplet: 23, 4B and 0D. RGB value is (35,75,13). Sum of RGB (Red+Green+Blue) = 35+75+13=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #234B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234B0D is #DCB4F2. Grayscale: #383838. Windows color (decimal): -14464243 or 871203. OLE color: 871203.
HSL color Cylindrical-coordinate representation of color #234B0D: hue angle of 98.71º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #234B0D is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 13 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.71 |
| HSL | 98.71º | 0.7% | 0.17% | - |
| HSV(B) | 98.71º | 0.83% | 0.29% | - |
| XYZ | 3.28 | 5.42 | 1.25 | - |
| YUV | 55.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 13 | 0.53 | 0 | 0.83 | 0.71 | 98.71 | 0.7 | 0.17 |
| Hex | 23 | 4B | D | 35 | 0 | 53 | 47 | 63 | 46 | 11 |
| Octal | 43 | 113 | 15 | 65 | 0 | 123 | 107 | 143 | 106 | 21 |
| Binary | 100011 | 1001011 | 1101 | 110101 | 0 | 1010011 | 1000111 | 1100011 | 1000110 | 10001 |
Color Harmonies of #234B0D
Complementary color
Monochromatic Colors of #234B0D
Black with #234B0D
Text Example
Text Example
White with #234B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B0D; }
p { color: rgb(35,75,13); }
H1.HeaderClassName
{
color: #234B0D;
}
.AnyTagClassName
{
color: #234B0D;
}
</style>
background-color css
<style>
a { background-color: #234B0D; }
a { background-color: rgb(35,75,13); }
div.DivClassName
{
background-color: #234B0D;
}
.BgClassName
{
background-color: #234B0D;
}
</style>
border-color css
<style>
span { border-color: #234B0D; }
span { border-color: rgb(35,75,13); }
td.TdClassName
{
border-color: #234B0D;
}
.TagClassName
{
border-color: #234B0D;
}
</style>