Shades of Gable Green #264941
Tints of Gable Green #264941
RGB
CMYK
RGB Variations
Color information
#264941 (or 0x264941) is known color: Gable Green. HEX triplet: 26, 49 and 41. RGB value is (38,73,65). Sum of RGB (Red+Green+Blue) = 38+73+65=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #264941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264941 is #D9B6BE. Grayscale: #3D3D3D. Windows color (decimal): -14268095 or 4278566. OLE color: 4278566.
HSL color Cylindrical-coordinate representation of color #264941: hue angle of 166.29º 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 #264941 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 65 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.71 |
| HSL | 166.29º | 0.32% | 0.22% | - |
| HSV(B) | 166.29º | 0.48% | 0.29% | - |
| XYZ | 4.14 | 5.56 | 5.86 | - |
| YUV | 61.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 65 | 0.48 | 0 | 0.11 | 0.71 | 166.29 | 0.32 | 0.22 |
| Hex | 26 | 49 | 41 | 30 | 0 | B | 47 | A6 | 20 | 16 |
| Octal | 46 | 111 | 101 | 60 | 0 | 13 | 107 | 246 | 40 | 26 |
| Binary | 100110 | 1001001 | 1000001 | 110000 | 0 | 1011 | 1000111 | 10100110 | 100000 | 10110 |
Color Harmonies of #264941
Complementary color
Monochromatic Colors of #264941
Black with #264941
Text Example
Text Example
White with #264941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264941; }
p { color: rgb(38,73,65); }
H1.HeaderClassName
{
color: #264941;
}
.AnyTagClassName
{
color: #264941;
}
</style>
background-color css
<style>
a { background-color: #264941; }
a { background-color: rgb(38,73,65); }
div.DivClassName
{
background-color: #264941;
}
.BgClassName
{
background-color: #264941;
}
</style>
border-color css
<style>
span { border-color: #264941; }
span { border-color: rgb(38,73,65); }
td.TdClassName
{
border-color: #264941;
}
.TagClassName
{
border-color: #264941;
}
</style>