Shades of Gable Green #264D46
Tints of Gable Green #264D46
RGB
CMYK
RGB Variations
Color information
#264D46 (or 0x264D46) is known color: Gable Green. HEX triplet: 26, 4D and 46. RGB value is (38,77,70). Sum of RGB (Red+Green+Blue) = 38+77+70=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #264D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D46 is #D9B2B9. Grayscale: #404040. Windows color (decimal): -14267066 or 4607270. OLE color: 4607270.
HSL color Cylindrical-coordinate representation of color #264D46: hue angle of 169.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D46 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 70 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.70 |
| HSL | 169.23º | 0.34% | 0.23% | - |
| HSV(B) | 169.23º | 0.51% | 0.3% | - |
| XYZ | 4.56 | 6.16 | 6.74 | - |
| YUV | 64.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 70 | 0.51 | 0 | 0.09 | 0.70 | 169.23 | 0.34 | 0.23 |
| Hex | 26 | 4D | 46 | 33 | 0 | 9 | 46 | A9 | 22 | 17 |
| Octal | 46 | 115 | 106 | 63 | 0 | 11 | 106 | 251 | 42 | 27 |
| Binary | 100110 | 1001101 | 1000110 | 110011 | 0 | 1001 | 1000110 | 10101001 | 100010 | 10111 |
Color Harmonies of #264D46
Complementary color
Monochromatic Colors of #264D46
Black with #264D46
Text Example
Text Example
White with #264D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D46; }
p { color: rgb(38,77,70); }
H1.HeaderClassName
{
color: #264D46;
}
.AnyTagClassName
{
color: #264D46;
}
</style>
background-color css
<style>
a { background-color: #264D46; }
a { background-color: rgb(38,77,70); }
div.DivClassName
{
background-color: #264D46;
}
.BgClassName
{
background-color: #264D46;
}
</style>
border-color css
<style>
span { border-color: #264D46; }
span { border-color: rgb(38,77,70); }
td.TdClassName
{
border-color: #264D46;
}
.TagClassName
{
border-color: #264D46;
}
</style>