Shades of Myrtle #285308
Tints of Myrtle #285308
RGB
CMYK
RGB Variations
Color information
#285308 (or 0x285308) is known color: Myrtle. HEX triplet: 28, 53 and 08. RGB value is (40,83,8). Sum of RGB (Red+Green+Blue) = 40+83+8=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #285308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285308 is #D7ACF7. Grayscale: #3D3D3D. Windows color (decimal): -14134520 or 545576. OLE color: 545576.
HSL color Cylindrical-coordinate representation of color #285308: hue angle of 94.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #285308 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 8 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.67 |
| HSL | 94.4º | 0.82% | 0.18% | - |
| HSV(B) | 94.4º | 0.9% | 0.33% | - |
| XYZ | 4.01 | 6.66 | 1.3 | - |
| YUV | 61.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 8 | 0.52 | 0 | 0.90 | 0.67 | 94.4 | 0.82 | 0.18 |
| Hex | 28 | 53 | 8 | 34 | 0 | 5A | 43 | 5E | 52 | 12 |
| Octal | 50 | 123 | 10 | 64 | 0 | 132 | 103 | 136 | 122 | 22 |
| Binary | 101000 | 1010011 | 1000 | 110100 | 0 | 1011010 | 1000011 | 1011110 | 1010010 | 10010 |
Color Harmonies of #285308
Complementary color
Monochromatic Colors of #285308
Black with #285308
Text Example
Text Example
White with #285308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285308; }
p { color: rgb(40,83,8); }
H1.HeaderClassName
{
color: #285308;
}
.AnyTagClassName
{
color: #285308;
}
</style>
background-color css
<style>
a { background-color: #285308; }
a { background-color: rgb(40,83,8); }
div.DivClassName
{
background-color: #285308;
}
.BgClassName
{
background-color: #285308;
}
</style>
border-color css
<style>
span { border-color: #285308; }
span { border-color: rgb(40,83,8); }
td.TdClassName
{
border-color: #285308;
}
.TagClassName
{
border-color: #285308;
}
</style>