Shades of Myrtle #275C0F
Tints of Myrtle #275C0F
RGB
CMYK
RGB Variations
Color information
#275C0F (or 0x275C0F) is known color: Myrtle. HEX triplet: 27, 5C and 0F. RGB value is (39,92,15). Sum of RGB (Red+Green+Blue) = 39+92+15=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #275C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275C0F is #D8A3F0. Grayscale: #434343. Windows color (decimal): -14197745 or 1006631. OLE color: 1006631.
HSL color Cylindrical-coordinate representation of color #275C0F: hue angle of 101.3º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275C0F is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 15 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.64 |
| HSL | 101.3º | 0.72% | 0.21% | - |
| HSV(B) | 101.3º | 0.84% | 0.36% | - |
| XYZ | 4.75 | 8.12 | 1.77 | - |
| YUV | 67.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 15 | 0.58 | 0 | 0.84 | 0.64 | 101.3 | 0.72 | 0.21 |
| Hex | 27 | 5C | F | 3A | 0 | 54 | 40 | 65 | 48 | 15 |
| Octal | 47 | 134 | 17 | 72 | 0 | 124 | 100 | 145 | 110 | 25 |
| Binary | 100111 | 1011100 | 1111 | 111010 | 0 | 1010100 | 1000000 | 1100101 | 1001000 | 10101 |
Color Harmonies of #275C0F
Complementary color
Monochromatic Colors of #275C0F
Black with #275C0F
Text Example
Text Example
White with #275C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C0F; }
p { color: rgb(39,92,15); }
H1.HeaderClassName
{
color: #275C0F;
}
.AnyTagClassName
{
color: #275C0F;
}
</style>
background-color css
<style>
a { background-color: #275C0F; }
a { background-color: rgb(39,92,15); }
div.DivClassName
{
background-color: #275C0F;
}
.BgClassName
{
background-color: #275C0F;
}
</style>
border-color css
<style>
span { border-color: #275C0F; }
span { border-color: rgb(39,92,15); }
td.TdClassName
{
border-color: #275C0F;
}
.TagClassName
{
border-color: #275C0F;
}
</style>