Shades of Myrtle #234025
Tints of Myrtle #234025
RGB
CMYK
RGB Variations
Color information
#234025 (or 0x234025) is known color: Myrtle. HEX triplet: 23, 40 and 25. RGB value is (35,64,37). Sum of RGB (Red+Green+Blue) = 35+64+37=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #234025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234025 is #DCBFDA. Grayscale: #343434. Windows color (decimal): -14467035 or 2441251. OLE color: 2441251.
HSL color Cylindrical-coordinate representation of color #234025: hue angle of 124.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234025 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 37 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.75 |
| HSL | 124.14º | 0.29% | 0.19% | - |
| HSV(B) | 124.14º | 0.45% | 0.25% | - |
| XYZ | 2.86 | 4.16 | 2.4 | - |
| YUV | 52.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 37 | 0.45 | 0 | 0.42 | 0.75 | 124.14 | 0.29 | 0.19 |
| Hex | 23 | 40 | 25 | 2D | 0 | 2A | 4B | 7C | 1D | 13 |
| Octal | 43 | 100 | 45 | 55 | 0 | 52 | 113 | 174 | 35 | 23 |
| Binary | 100011 | 1000000 | 100101 | 101101 | 0 | 101010 | 1001011 | 1111100 | 11101 | 10011 |
Color Harmonies of #234025
Complementary color
Monochromatic Colors of #234025
Black with #234025
Text Example
Text Example
White with #234025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234025; }
p { color: rgb(35,64,37); }
H1.HeaderClassName
{
color: #234025;
}
.AnyTagClassName
{
color: #234025;
}
</style>
background-color css
<style>
a { background-color: #234025; }
a { background-color: rgb(35,64,37); }
div.DivClassName
{
background-color: #234025;
}
.BgClassName
{
background-color: #234025;
}
</style>
border-color css
<style>
span { border-color: #234025; }
span { border-color: rgb(35,64,37); }
td.TdClassName
{
border-color: #234025;
}
.TagClassName
{
border-color: #234025;
}
</style>