Shades of Gable Green #264C47
Tints of Gable Green #264C47
RGB
CMYK
RGB Variations
Color information
#264C47 (or 0x264C47) is known color: Gable Green. HEX triplet: 26, 4C and 47. RGB value is (38,76,71). Sum of RGB (Red+Green+Blue) = 38+76+71=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #264C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C47 is #D9B3B8. Grayscale: #404040. Windows color (decimal): -14267321 or 4672550. OLE color: 4672550.
HSL color Cylindrical-coordinate representation of color #264C47: hue angle of 172.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C47 is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 71 | - |
| CMYK | 0.5 | 0 | 0.07 | 0.70 |
| HSL | 172.11º | 0.33% | 0.22% | - |
| HSV(B) | 172.11º | 0.5% | 0.3% | - |
| XYZ | 4.52 | 6.04 | 6.89 | - |
| YUV | 64.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 71 | 0.5 | 0 | 0.07 | 0.70 | 172.11 | 0.33 | 0.22 |
| Hex | 26 | 4C | 47 | 32 | 0 | 7 | 46 | AC | 21 | 16 |
| Octal | 46 | 114 | 107 | 62 | 0 | 7 | 106 | 254 | 41 | 26 |
| Binary | 100110 | 1001100 | 1000111 | 110010 | 0 | 111 | 1000110 | 10101100 | 100001 | 10110 |
Color Harmonies of #264C47
Complementary color
Monochromatic Colors of #264C47
Black with #264C47
Text Example
Text Example
White with #264C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C47; }
p { color: rgb(38,76,71); }
H1.HeaderClassName
{
color: #264C47;
}
.AnyTagClassName
{
color: #264C47;
}
</style>
background-color css
<style>
a { background-color: #264C47; }
a { background-color: rgb(38,76,71); }
div.DivClassName
{
background-color: #264C47;
}
.BgClassName
{
background-color: #264C47;
}
</style>
border-color css
<style>
span { border-color: #264C47; }
span { border-color: rgb(38,76,71); }
td.TdClassName
{
border-color: #264C47;
}
.TagClassName
{
border-color: #264C47;
}
</style>