Shades of Gable Green #26413E
Tints of Gable Green #26413E
RGB
CMYK
RGB Variations
Color information
#26413E (or 0x26413E) is known color: Gable Green. HEX triplet: 26, 41 and 3E. RGB value is (38,65,62). Sum of RGB (Red+Green+Blue) = 38+65+62=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #26413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413E is #D9BEC1. Grayscale: #383838. Windows color (decimal): -14270146 or 4079910. OLE color: 4079910.
HSL color Cylindrical-coordinate representation of color #26413E: hue angle of 173.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26413E is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 62 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.75 |
| HSL | 173.33º | 0.26% | 0.2% | - |
| HSV(B) | 173.33º | 0.42% | 0.25% | - |
| XYZ | 3.56 | 4.54 | 5.25 | - |
| YUV | 56.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 62 | 0.42 | 0 | 0.05 | 0.75 | 173.33 | 0.26 | 0.2 |
| Hex | 26 | 41 | 3E | 2A | 0 | 5 | 4B | AD | 1A | 14 |
| Octal | 46 | 101 | 76 | 52 | 0 | 5 | 113 | 255 | 32 | 24 |
| Binary | 100110 | 1000001 | 111110 | 101010 | 0 | 101 | 1001011 | 10101101 | 11010 | 10100 |
Color Harmonies of #26413E
Complementary color
Monochromatic Colors of #26413E
Black with #26413E
Text Example
Text Example
White with #26413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26413E; }
p { color: rgb(38,65,62); }
H1.HeaderClassName
{
color: #26413E;
}
.AnyTagClassName
{
color: #26413E;
}
</style>
background-color css
<style>
a { background-color: #26413E; }
a { background-color: rgb(38,65,62); }
div.DivClassName
{
background-color: #26413E;
}
.BgClassName
{
background-color: #26413E;
}
</style>
border-color css
<style>
span { border-color: #26413E; }
span { border-color: rgb(38,65,62); }
td.TdClassName
{
border-color: #26413E;
}
.TagClassName
{
border-color: #26413E;
}
</style>