Shades of Gable Green #264C45
Tints of Gable Green #264C45
RGB
CMYK
RGB Variations
Color information
#264C45 (or 0x264C45) is known color: Gable Green. HEX triplet: 26, 4C and 45. RGB value is (38,76,69). Sum of RGB (Red+Green+Blue) = 38+76+69=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #264C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C45 is #D9B3BA. Grayscale: #3F3F3F. Windows color (decimal): -14267323 or 4541478. OLE color: 4541478.
HSL color Cylindrical-coordinate representation of color #264C45: hue angle of 168.95º 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 #264C45 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 69 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.70 |
| HSL | 168.95º | 0.33% | 0.22% | - |
| HSV(B) | 168.95º | 0.5% | 0.3% | - |
| XYZ | 4.46 | 6.01 | 6.56 | - |
| YUV | 63.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 69 | 0.5 | 0 | 0.09 | 0.70 | 168.95 | 0.33 | 0.22 |
| Hex | 26 | 4C | 45 | 32 | 0 | 9 | 46 | A9 | 21 | 16 |
| Octal | 46 | 114 | 105 | 62 | 0 | 11 | 106 | 251 | 41 | 26 |
| Binary | 100110 | 1001100 | 1000101 | 110010 | 0 | 1001 | 1000110 | 10101001 | 100001 | 10110 |
Color Harmonies of #264C45
Complementary color
Monochromatic Colors of #264C45
Black with #264C45
Text Example
Text Example
White with #264C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C45; }
p { color: rgb(38,76,69); }
H1.HeaderClassName
{
color: #264C45;
}
.AnyTagClassName
{
color: #264C45;
}
</style>
background-color css
<style>
a { background-color: #264C45; }
a { background-color: rgb(38,76,69); }
div.DivClassName
{
background-color: #264C45;
}
.BgClassName
{
background-color: #264C45;
}
</style>
border-color css
<style>
span { border-color: #264C45; }
span { border-color: rgb(38,76,69); }
td.TdClassName
{
border-color: #264C45;
}
.TagClassName
{
border-color: #264C45;
}
</style>