Shades of Myrtle #234C07
Tints of Myrtle #234C07
RGB
CMYK
RGB Variations
Color information
#234C07 (or 0x234C07) is known color: Myrtle. HEX triplet: 23, 4C and 07. RGB value is (35,76,7). Sum of RGB (Red+Green+Blue) = 35+76+7=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #234C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234C07 is #DCB3F8. Grayscale: #383838. Windows color (decimal): -14463993 or 478243. OLE color: 478243.
HSL color Cylindrical-coordinate representation of color #234C07: hue angle of 95.65º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #234C07 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 7 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.70 |
| HSL | 95.65º | 0.83% | 0.16% | - |
| HSV(B) | 95.65º | 0.91% | 0.3% | - |
| XYZ | 3.32 | 5.54 | 1.1 | - |
| YUV | 55.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 7 | 0.54 | 0 | 0.91 | 0.70 | 95.65 | 0.83 | 0.16 |
| Hex | 23 | 4C | 7 | 36 | 0 | 5B | 46 | 60 | 53 | 10 |
| Octal | 43 | 114 | 7 | 66 | 0 | 133 | 106 | 140 | 123 | 20 |
| Binary | 100011 | 1001100 | 111 | 110110 | 0 | 1011011 | 1000110 | 1100000 | 1010011 | 10000 |
Color Harmonies of #234C07
Complementary color
Monochromatic Colors of #234C07
Black with #234C07
Text Example
Text Example
White with #234C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C07; }
p { color: rgb(35,76,7); }
H1.HeaderClassName
{
color: #234C07;
}
.AnyTagClassName
{
color: #234C07;
}
</style>
background-color css
<style>
a { background-color: #234C07; }
a { background-color: rgb(35,76,7); }
div.DivClassName
{
background-color: #234C07;
}
.BgClassName
{
background-color: #234C07;
}
</style>
border-color css
<style>
span { border-color: #234C07; }
span { border-color: rgb(35,76,7); }
td.TdClassName
{
border-color: #234C07;
}
.TagClassName
{
border-color: #234C07;
}
</style>