Shades of Myrtle #045308
Tints of Myrtle #045308
RGB
CMYK
RGB Variations
Color information
#045308 (or 0x045308) is known color: Myrtle. HEX triplet: 04, 53 and 08. RGB value is (4,83,8). Sum of RGB (Red+Green+Blue) = 4+83+8=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 83 (32.81% from 255 or 87.37% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 83 - color contains mainly: green. Hex color #045308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045308 is #FBACF7. Grayscale: #333333. Windows color (decimal): -16493816 or 545540. OLE color: 545540.
HSL color Cylindrical-coordinate representation of color #045308: hue angle of 123.04º 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 #045308 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 8 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.67 |
| HSL | 123.04º | 0.91% | 0.17% | - |
| HSV(B) | 123.04º | 0.95% | 0.33% | - |
| XYZ | 3.19 | 6.23 | 1.26 | - |
| YUV | 50.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 8 | 0.95 | 0 | 0.90 | 0.67 | 123.04 | 0.91 | 0.17 |
| Hex | 4 | 53 | 8 | 5F | 0 | 5A | 43 | 7B | 5B | 11 |
| Octal | 4 | 123 | 10 | 137 | 0 | 132 | 103 | 173 | 133 | 21 |
| Binary | 100 | 1010011 | 1000 | 1011111 | 0 | 1011010 | 1000011 | 1111011 | 1011011 | 10001 |
Color Harmonies of #045308
Complementary color
Monochromatic Colors of #045308
Black with #045308
Text Example
Text Example
White with #045308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045308; }
p { color: rgb(4,83,8); }
H1.HeaderClassName
{
color: #045308;
}
.AnyTagClassName
{
color: #045308;
}
</style>
background-color css
<style>
a { background-color: #045308; }
a { background-color: rgb(4,83,8); }
div.DivClassName
{
background-color: #045308;
}
.BgClassName
{
background-color: #045308;
}
</style>
border-color css
<style>
span { border-color: #045308; }
span { border-color: rgb(4,83,8); }
td.TdClassName
{
border-color: #045308;
}
.TagClassName
{
border-color: #045308;
}
</style>