Shades of Myrtle #275A19
Tints of Myrtle #275A19
RGB
CMYK
RGB Variations
Color information
#275A19 (or 0x275A19) is known color: Myrtle. HEX triplet: 27, 5A and 19. RGB value is (39,90,25). Sum of RGB (Red+Green+Blue) = 39+90+25=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #275A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A19 is #D8A5E6. Grayscale: #434343. Windows color (decimal): -14198247 or 1661479. OLE color: 1661479.
HSL color Cylindrical-coordinate representation of color #275A19: hue angle of 107.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275A19 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 90 | 25 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.65 |
| HSL | 107.08º | 0.57% | 0.23% | - |
| HSV(B) | 107.08º | 0.72% | 0.35% | - |
| XYZ | 4.67 | 7.81 | 2.18 | - |
| YUV | 67.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 25 | 0.57 | 0 | 0.72 | 0.65 | 107.08 | 0.57 | 0.23 |
| Hex | 27 | 5A | 19 | 39 | 0 | 48 | 41 | 6B | 39 | 17 |
| Octal | 47 | 132 | 31 | 71 | 0 | 110 | 101 | 153 | 71 | 27 |
| Binary | 100111 | 1011010 | 11001 | 111001 | 0 | 1001000 | 1000001 | 1101011 | 111001 | 10111 |
Color Harmonies of #275A19
Complementary color
Monochromatic Colors of #275A19
Black with #275A19
Text Example
Text Example
White with #275A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A19; }
p { color: rgb(39,90,25); }
H1.HeaderClassName
{
color: #275A19;
}
.AnyTagClassName
{
color: #275A19;
}
</style>
background-color css
<style>
a { background-color: #275A19; }
a { background-color: rgb(39,90,25); }
div.DivClassName
{
background-color: #275A19;
}
.BgClassName
{
background-color: #275A19;
}
</style>
border-color css
<style>
span { border-color: #275A19; }
span { border-color: rgb(39,90,25); }
td.TdClassName
{
border-color: #275A19;
}
.TagClassName
{
border-color: #275A19;
}
</style>