Shades of Gable Green #264E49
Tints of Gable Green #264E49
RGB
CMYK
RGB Variations
Color information
#264E49 (or 0x264E49) is known color: Gable Green. HEX triplet: 26, 4E and 49. RGB value is (38,78,73). Sum of RGB (Red+Green+Blue) = 38+78+73=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #264E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E49 is #D9B1B6. Grayscale: #414141. Windows color (decimal): -14266807 or 4804134. OLE color: 4804134.
HSL color Cylindrical-coordinate representation of color #264E49: hue angle of 172.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E49 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 78 | 73 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.69 |
| HSL | 172.5º | 0.34% | 0.23% | - |
| HSV(B) | 172.5º | 0.51% | 0.31% | - |
| XYZ | 4.73 | 6.34 | 7.28 | - |
| YUV | 65.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 73 | 0.51 | 0 | 0.06 | 0.69 | 172.5 | 0.34 | 0.23 |
| Hex | 26 | 4E | 49 | 33 | 0 | 6 | 45 | AC | 22 | 17 |
| Octal | 46 | 116 | 111 | 63 | 0 | 6 | 105 | 254 | 42 | 27 |
| Binary | 100110 | 1001110 | 1001001 | 110011 | 0 | 110 | 1000101 | 10101100 | 100010 | 10111 |
Color Harmonies of #264E49
Complementary color
Monochromatic Colors of #264E49
Black with #264E49
Text Example
Text Example
White with #264E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E49; }
p { color: rgb(38,78,73); }
H1.HeaderClassName
{
color: #264E49;
}
.AnyTagClassName
{
color: #264E49;
}
</style>
background-color css
<style>
a { background-color: #264E49; }
a { background-color: rgb(38,78,73); }
div.DivClassName
{
background-color: #264E49;
}
.BgClassName
{
background-color: #264E49;
}
</style>
border-color css
<style>
span { border-color: #264E49; }
span { border-color: rgb(38,78,73); }
td.TdClassName
{
border-color: #264E49;
}
.TagClassName
{
border-color: #264E49;
}
</style>