Shades of Myrtle #234225
Tints of Myrtle #234225
RGB
CMYK
RGB Variations
Color information
#234225 (or 0x234225) is known color: Myrtle. HEX triplet: 23, 42 and 25. RGB value is (35,66,37). Sum of RGB (Red+Green+Blue) = 35+66+37=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #234225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234225 is #DCBDDA. Grayscale: #353535. Windows color (decimal): -14466523 or 2441763. OLE color: 2441763.
HSL color Cylindrical-coordinate representation of color #234225: hue angle of 123.87º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #234225 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 66 | 37 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.74 |
| HSL | 123.87º | 0.31% | 0.2% | - |
| HSV(B) | 123.87º | 0.47% | 0.26% | - |
| XYZ | 2.98 | 4.39 | 2.44 | - |
| YUV | 53.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 37 | 0.47 | 0 | 0.44 | 0.74 | 123.87 | 0.31 | 0.2 |
| Hex | 23 | 42 | 25 | 2F | 0 | 2C | 4A | 7C | 1F | 14 |
| Octal | 43 | 102 | 45 | 57 | 0 | 54 | 112 | 174 | 37 | 24 |
| Binary | 100011 | 1000010 | 100101 | 101111 | 0 | 101100 | 1001010 | 1111100 | 11111 | 10100 |
Color Harmonies of #234225
Complementary color
Monochromatic Colors of #234225
Black with #234225
Text Example
Text Example
White with #234225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234225; }
p { color: rgb(35,66,37); }
H1.HeaderClassName
{
color: #234225;
}
.AnyTagClassName
{
color: #234225;
}
</style>
background-color css
<style>
a { background-color: #234225; }
a { background-color: rgb(35,66,37); }
div.DivClassName
{
background-color: #234225;
}
.BgClassName
{
background-color: #234225;
}
</style>
border-color css
<style>
span { border-color: #234225; }
span { border-color: rgb(35,66,37); }
td.TdClassName
{
border-color: #234225;
}
.TagClassName
{
border-color: #234225;
}
</style>