Shades of Myrtle #214B04
Tints of Myrtle #214B04
RGB
CMYK
RGB Variations
Color information
#214B04 (or 0x214B04) is known color: Myrtle. HEX triplet: 21, 4B and 04. RGB value is (33,75,4). Sum of RGB (Red+Green+Blue) = 33+75+4=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #214B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214B04 is #DEB4FB. Grayscale: #363636. Windows color (decimal): -14595324 or 281377. OLE color: 281377.
HSL color Cylindrical-coordinate representation of color #214B04: hue angle of 95.49º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #214B04 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 4 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.71 |
| HSL | 95.49º | 0.9% | 0.15% | - |
| HSV(B) | 95.49º | 0.95% | 0.29% | - |
| XYZ | 3.17 | 5.36 | 0.98 | - |
| YUV | 54.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 4 | 0.56 | 0 | 0.95 | 0.71 | 95.49 | 0.9 | 0.15 |
| Hex | 21 | 4B | 4 | 38 | 0 | 5F | 47 | 5F | 5A | F |
| Octal | 41 | 113 | 4 | 70 | 0 | 137 | 107 | 137 | 132 | 17 |
| Binary | 100001 | 1001011 | 100 | 111000 | 0 | 1011111 | 1000111 | 1011111 | 1011010 | 1111 |
Color Harmonies of #214B04
Complementary color
Monochromatic Colors of #214B04
Black with #214B04
Text Example
Text Example
White with #214B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B04; }
p { color: rgb(33,75,4); }
H1.HeaderClassName
{
color: #214B04;
}
.AnyTagClassName
{
color: #214B04;
}
</style>
background-color css
<style>
a { background-color: #214B04; }
a { background-color: rgb(33,75,4); }
div.DivClassName
{
background-color: #214B04;
}
.BgClassName
{
background-color: #214B04;
}
</style>
border-color css
<style>
span { border-color: #214B04; }
span { border-color: rgb(33,75,4); }
td.TdClassName
{
border-color: #214B04;
}
.TagClassName
{
border-color: #214B04;
}
</style>