Shades of Myrtle #235404
Tints of Myrtle #235404
RGB
CMYK
RGB Variations
Color information
#235404 (or 0x235404) is known color: Myrtle. HEX triplet: 23, 54 and 04. RGB value is (35,84,4). Sum of RGB (Red+Green+Blue) = 35+84+4=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #235404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235404 is #DCABFB. Grayscale: #3C3C3C. Windows color (decimal): -14461948 or 283683. OLE color: 283683.
HSL color Cylindrical-coordinate representation of color #235404: hue angle of 96.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #235404 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 84 | 4 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.67 |
| HSL | 96.75º | 0.91% | 0.17% | - |
| HSV(B) | 96.75º | 0.95% | 0.33% | - |
| XYZ | 3.89 | 6.71 | 1.2 | - |
| YUV | 60.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 4 | 0.58 | 0 | 0.95 | 0.67 | 96.75 | 0.91 | 0.17 |
| Hex | 23 | 54 | 4 | 3A | 0 | 5F | 43 | 61 | 5B | 11 |
| Octal | 43 | 124 | 4 | 72 | 0 | 137 | 103 | 141 | 133 | 21 |
| Binary | 100011 | 1010100 | 100 | 111010 | 0 | 1011111 | 1000011 | 1100001 | 1011011 | 10001 |
Color Harmonies of #235404
Complementary color
Monochromatic Colors of #235404
Black with #235404
Text Example
Text Example
White with #235404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235404; }
p { color: rgb(35,84,4); }
H1.HeaderClassName
{
color: #235404;
}
.AnyTagClassName
{
color: #235404;
}
</style>
background-color css
<style>
a { background-color: #235404; }
a { background-color: rgb(35,84,4); }
div.DivClassName
{
background-color: #235404;
}
.BgClassName
{
background-color: #235404;
}
</style>
border-color css
<style>
span { border-color: #235404; }
span { border-color: rgb(35,84,4); }
td.TdClassName
{
border-color: #235404;
}
.TagClassName
{
border-color: #235404;
}
</style>