Shades of Myrtle #234B0A
Tints of Myrtle #234B0A
RGB
CMYK
RGB Variations
Color information
#234B0A (or 0x234B0A) is known color: Myrtle. HEX triplet: 23, 4B and 0A. RGB value is (35,75,10). Sum of RGB (Red+Green+Blue) = 35+75+10=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #234B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234B0A is #DCB4F5. Grayscale: #373737. Windows color (decimal): -14464246 or 674595. OLE color: 674595.
HSL color Cylindrical-coordinate representation of color #234B0A: hue angle of 96.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #234B0A is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 10 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.71 |
| HSL | 96.92º | 0.76% | 0.17% | - |
| HSV(B) | 96.92º | 0.87% | 0.29% | - |
| XYZ | 3.26 | 5.41 | 1.16 | - |
| YUV | 55.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 10 | 0.53 | 0 | 0.87 | 0.71 | 96.92 | 0.76 | 0.17 |
| Hex | 23 | 4B | A | 35 | 0 | 57 | 47 | 61 | 4C | 11 |
| Octal | 43 | 113 | 12 | 65 | 0 | 127 | 107 | 141 | 114 | 21 |
| Binary | 100011 | 1001011 | 1010 | 110101 | 0 | 1010111 | 1000111 | 1100001 | 1001100 | 10001 |
Color Harmonies of #234B0A
Complementary color
Monochromatic Colors of #234B0A
Black with #234B0A
Text Example
Text Example
White with #234B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B0A; }
p { color: rgb(35,75,10); }
H1.HeaderClassName
{
color: #234B0A;
}
.AnyTagClassName
{
color: #234B0A;
}
</style>
background-color css
<style>
a { background-color: #234B0A; }
a { background-color: rgb(35,75,10); }
div.DivClassName
{
background-color: #234B0A;
}
.BgClassName
{
background-color: #234B0A;
}
</style>
border-color css
<style>
span { border-color: #234B0A; }
span { border-color: rgb(35,75,10); }
td.TdClassName
{
border-color: #234B0A;
}
.TagClassName
{
border-color: #234B0A;
}
</style>