Shades of Gable Green #264946
Tints of Gable Green #264946
RGB
CMYK
RGB Variations
Color information
#264946 (or 0x264946) is known color: Gable Green. HEX triplet: 26, 49 and 46. RGB value is (38,73,70). Sum of RGB (Red+Green+Blue) = 38+73+70=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #264946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264946 is #D9B6B9. Grayscale: #3E3E3E. Windows color (decimal): -14268090 or 4606246. OLE color: 4606246.
HSL color Cylindrical-coordinate representation of color #264946: hue angle of 174.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264946 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 70 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.71 |
| HSL | 174.86º | 0.32% | 0.22% | - |
| HSV(B) | 174.86º | 0.48% | 0.29% | - |
| XYZ | 4.29 | 5.62 | 6.65 | - |
| YUV | 62.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 70 | 0.48 | 0 | 0.04 | 0.71 | 174.86 | 0.32 | 0.22 |
| Hex | 26 | 49 | 46 | 30 | 0 | 4 | 47 | AF | 20 | 16 |
| Octal | 46 | 111 | 106 | 60 | 0 | 4 | 107 | 257 | 40 | 26 |
| Binary | 100110 | 1001001 | 1000110 | 110000 | 0 | 100 | 1000111 | 10101111 | 100000 | 10110 |
Color Harmonies of #264946
Complementary color
Monochromatic Colors of #264946
Black with #264946
Text Example
Text Example
White with #264946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264946; }
p { color: rgb(38,73,70); }
H1.HeaderClassName
{
color: #264946;
}
.AnyTagClassName
{
color: #264946;
}
</style>
background-color css
<style>
a { background-color: #264946; }
a { background-color: rgb(38,73,70); }
div.DivClassName
{
background-color: #264946;
}
.BgClassName
{
background-color: #264946;
}
</style>
border-color css
<style>
span { border-color: #264946; }
span { border-color: rgb(38,73,70); }
td.TdClassName
{
border-color: #264946;
}
.TagClassName
{
border-color: #264946;
}
</style>