Shades of Myrtle #274812
Tints of Myrtle #274812
RGB
CMYK
RGB Variations
Color information
#274812 (or 0x274812) is known color: Myrtle. HEX triplet: 27, 48 and 12. RGB value is (39,72,18). Sum of RGB (Red+Green+Blue) = 39+72+18=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #274812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274812 is #D8B7ED. Grayscale: #383838. Windows color (decimal): -14202862 or 1198119. OLE color: 1198119.
HSL color Cylindrical-coordinate representation of color #274812: hue angle of 96.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274812 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 18 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.72 |
| HSL | 96.67º | 0.6% | 0.18% | - |
| HSV(B) | 96.67º | 0.75% | 0.28% | - |
| XYZ | 3.26 | 5.11 | 1.39 | - |
| YUV | 55.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 18 | 0.46 | 0 | 0.75 | 0.72 | 96.67 | 0.6 | 0.18 |
| Hex | 27 | 48 | 12 | 2E | 0 | 4B | 48 | 61 | 3C | 12 |
| Octal | 47 | 110 | 22 | 56 | 0 | 113 | 110 | 141 | 74 | 22 |
| Binary | 100111 | 1001000 | 10010 | 101110 | 0 | 1001011 | 1001000 | 1100001 | 111100 | 10010 |
Color Harmonies of #274812
Complementary color
Monochromatic Colors of #274812
Black with #274812
Text Example
Text Example
White with #274812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274812; }
p { color: rgb(39,72,18); }
H1.HeaderClassName
{
color: #274812;
}
.AnyTagClassName
{
color: #274812;
}
</style>
background-color css
<style>
a { background-color: #274812; }
a { background-color: rgb(39,72,18); }
div.DivClassName
{
background-color: #274812;
}
.BgClassName
{
background-color: #274812;
}
</style>
border-color css
<style>
span { border-color: #274812; }
span { border-color: rgb(39,72,18); }
td.TdClassName
{
border-color: #274812;
}
.TagClassName
{
border-color: #274812;
}
</style>