Shades of Myrtle #054308
Tints of Myrtle #054308
RGB
CMYK
RGB Variations
Color information
#054308 (or 0x054308) is known color: Myrtle. HEX triplet: 05, 43 and 08. RGB value is (5,67,8). Sum of RGB (Red+Green+Blue) = 5+67+8=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 67 (26.56% from 255 or 83.75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 67 - color contains mainly: green. Hex color #054308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054308 is #FABCF7. Grayscale: #292929. Windows color (decimal): -16432376 or 541445. OLE color: 541445.
HSL color Cylindrical-coordinate representation of color #054308: hue angle of 122.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054308 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 8 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.74 |
| HSL | 122.9º | 0.86% | 0.14% | - |
| HSV(B) | 122.9º | 0.93% | 0.26% | - |
| XYZ | 2.11 | 4.06 | 0.9 | - |
| YUV | 41.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 8 | 0.93 | 0 | 0.88 | 0.74 | 122.9 | 0.86 | 0.14 |
| Hex | 5 | 43 | 8 | 5D | 0 | 58 | 4A | 7B | 56 | E |
| Octal | 5 | 103 | 10 | 135 | 0 | 130 | 112 | 173 | 126 | 16 |
| Binary | 101 | 1000011 | 1000 | 1011101 | 0 | 1011000 | 1001010 | 1111011 | 1010110 | 1110 |
Color Harmonies of #054308
Complementary color
Monochromatic Colors of #054308
Black with #054308
Text Example
Text Example
White with #054308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054308; }
p { color: rgb(5,67,8); }
H1.HeaderClassName
{
color: #054308;
}
.AnyTagClassName
{
color: #054308;
}
</style>
background-color css
<style>
a { background-color: #054308; }
a { background-color: rgb(5,67,8); }
div.DivClassName
{
background-color: #054308;
}
.BgClassName
{
background-color: #054308;
}
</style>
border-color css
<style>
span { border-color: #054308; }
span { border-color: rgb(5,67,8); }
td.TdClassName
{
border-color: #054308;
}
.TagClassName
{
border-color: #054308;
}
</style>