Shades of Myrtle #275308
Tints of Myrtle #275308
RGB
CMYK
RGB Variations
Color information
#275308 (or 0x275308) is known color: Myrtle. HEX triplet: 27, 53 and 08. RGB value is (39,83,8). Sum of RGB (Red+Green+Blue) = 39+83+8=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #275308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275308 is #D8ACF7. Grayscale: #3D3D3D. Windows color (decimal): -14200056 or 545575. OLE color: 545575.
HSL color Cylindrical-coordinate representation of color #275308: hue angle of 95.2º 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 #275308 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 83 | 8 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.67 |
| HSL | 95.2º | 0.82% | 0.18% | - |
| HSV(B) | 95.2º | 0.9% | 0.33% | - |
| XYZ | 3.97 | 6.64 | 1.3 | - |
| YUV | 61.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 8 | 0.53 | 0 | 0.90 | 0.67 | 95.2 | 0.82 | 0.18 |
| Hex | 27 | 53 | 8 | 35 | 0 | 5A | 43 | 5F | 52 | 12 |
| Octal | 47 | 123 | 10 | 65 | 0 | 132 | 103 | 137 | 122 | 22 |
| Binary | 100111 | 1010011 | 1000 | 110101 | 0 | 1011010 | 1000011 | 1011111 | 1010010 | 10010 |
Color Harmonies of #275308
Complementary color
Monochromatic Colors of #275308
Black with #275308
Text Example
Text Example
White with #275308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275308; }
p { color: rgb(39,83,8); }
H1.HeaderClassName
{
color: #275308;
}
.AnyTagClassName
{
color: #275308;
}
</style>
background-color css
<style>
a { background-color: #275308; }
a { background-color: rgb(39,83,8); }
div.DivClassName
{
background-color: #275308;
}
.BgClassName
{
background-color: #275308;
}
</style>
border-color css
<style>
span { border-color: #275308; }
span { border-color: rgb(39,83,8); }
td.TdClassName
{
border-color: #275308;
}
.TagClassName
{
border-color: #275308;
}
</style>