Shades of Gable Green #264D48
Tints of Gable Green #264D48
RGB
CMYK
RGB Variations
Color information
#264D48 (or 0x264D48) is known color: Gable Green. HEX triplet: 26, 4D and 48. RGB value is (38,77,72). Sum of RGB (Red+Green+Blue) = 38+77+72=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #264D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D48 is #D9B2B7. Grayscale: #404040. Windows color (decimal): -14267064 or 4738342. OLE color: 4738342.
HSL color Cylindrical-coordinate representation of color #264D48: hue angle of 172.31º 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 #264D48 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 72 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.70 |
| HSL | 172.31º | 0.34% | 0.23% | - |
| HSV(B) | 172.31º | 0.51% | 0.3% | - |
| XYZ | 4.62 | 6.19 | 7.08 | - |
| YUV | 64.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 72 | 0.51 | 0 | 0.06 | 0.70 | 172.31 | 0.34 | 0.23 |
| Hex | 26 | 4D | 48 | 33 | 0 | 6 | 46 | AC | 22 | 17 |
| Octal | 46 | 115 | 110 | 63 | 0 | 6 | 106 | 254 | 42 | 27 |
| Binary | 100110 | 1001101 | 1001000 | 110011 | 0 | 110 | 1000110 | 10101100 | 100010 | 10111 |
Color Harmonies of #264D48
Complementary color
Monochromatic Colors of #264D48
Black with #264D48
Text Example
Text Example
White with #264D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D48; }
p { color: rgb(38,77,72); }
H1.HeaderClassName
{
color: #264D48;
}
.AnyTagClassName
{
color: #264D48;
}
</style>
background-color css
<style>
a { background-color: #264D48; }
a { background-color: rgb(38,77,72); }
div.DivClassName
{
background-color: #264D48;
}
.BgClassName
{
background-color: #264D48;
}
</style>
border-color css
<style>
span { border-color: #264D48; }
span { border-color: rgb(38,77,72); }
td.TdClassName
{
border-color: #264D48;
}
.TagClassName
{
border-color: #264D48;
}
</style>