Shades of Myrtle #035308
Tints of Myrtle #035308
RGB
CMYK
RGB Variations
Color information
#035308 (or 0x035308) is known color: Myrtle. HEX triplet: 03, 53 and 08. RGB value is (3,83,8). Sum of RGB (Red+Green+Blue) = 3+83+8=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 83 (32.81% from 255 or 88.30% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 83 - color contains mainly: green. Hex color #035308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035308 is #FCACF7. Grayscale: #323232. Windows color (decimal): -16559352 or 545539. OLE color: 545539.
HSL color Cylindrical-coordinate representation of color #035308: hue angle of 123.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035308 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 8 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.67 |
| HSL | 123.75º | 0.93% | 0.17% | - |
| HSV(B) | 123.75º | 0.96% | 0.33% | - |
| XYZ | 3.17 | 6.22 | 1.26 | - |
| YUV | 50.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 8 | 0.96 | 0 | 0.90 | 0.67 | 123.75 | 0.93 | 0.17 |
| Hex | 3 | 53 | 8 | 60 | 0 | 5A | 43 | 7C | 5D | 11 |
| Octal | 3 | 123 | 10 | 140 | 0 | 132 | 103 | 174 | 135 | 21 |
| Binary | 11 | 1010011 | 1000 | 1100000 | 0 | 1011010 | 1000011 | 1111100 | 1011101 | 10001 |
Color Harmonies of #035308
Complementary color
Monochromatic Colors of #035308
Black with #035308
Text Example
Text Example
White with #035308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035308; }
p { color: rgb(3,83,8); }
H1.HeaderClassName
{
color: #035308;
}
.AnyTagClassName
{
color: #035308;
}
</style>
background-color css
<style>
a { background-color: #035308; }
a { background-color: rgb(3,83,8); }
div.DivClassName
{
background-color: #035308;
}
.BgClassName
{
background-color: #035308;
}
</style>
border-color css
<style>
span { border-color: #035308; }
span { border-color: rgb(3,83,8); }
td.TdClassName
{
border-color: #035308;
}
.TagClassName
{
border-color: #035308;
}
</style>