Shades of Myrtle #235C04
Tints of Myrtle #235C04
RGB
CMYK
RGB Variations
Color information
#235C04 (or 0x235C04) is known color: Myrtle. HEX triplet: 23, 5C and 04. RGB value is (35,92,4). Sum of RGB (Red+Green+Blue) = 35+92+4=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #235C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235C04 is #DCA3FB. Grayscale: #414141. Windows color (decimal): -14459900 or 285731. OLE color: 285731.
HSL color Cylindrical-coordinate representation of color #235C04: hue angle of 98.86º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #235C04 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 4 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.64 |
| HSL | 98.86º | 0.92% | 0.19% | - |
| HSV(B) | 98.86º | 0.96% | 0.36% | - |
| XYZ | 4.54 | 8.02 | 1.42 | - |
| YUV | 64.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 4 | 0.62 | 0 | 0.96 | 0.64 | 98.86 | 0.92 | 0.19 |
| Hex | 23 | 5C | 4 | 3E | 0 | 60 | 40 | 63 | 5C | 13 |
| Octal | 43 | 134 | 4 | 76 | 0 | 140 | 100 | 143 | 134 | 23 |
| Binary | 100011 | 1011100 | 100 | 111110 | 0 | 1100000 | 1000000 | 1100011 | 1011100 | 10011 |
Color Harmonies of #235C04
Complementary color
Monochromatic Colors of #235C04
Black with #235C04
Text Example
Text Example
White with #235C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C04; }
p { color: rgb(35,92,4); }
H1.HeaderClassName
{
color: #235C04;
}
.AnyTagClassName
{
color: #235C04;
}
</style>
background-color css
<style>
a { background-color: #235C04; }
a { background-color: rgb(35,92,4); }
div.DivClassName
{
background-color: #235C04;
}
.BgClassName
{
background-color: #235C04;
}
</style>
border-color css
<style>
span { border-color: #235C04; }
span { border-color: rgb(35,92,4); }
td.TdClassName
{
border-color: #235C04;
}
.TagClassName
{
border-color: #235C04;
}
</style>