Shades of Gable Green #26514A
Tints of Gable Green #26514A
RGB
CMYK
RGB Variations
Color information
#26514A (or 0x26514A) is known color: Gable Green. HEX triplet: 26, 51 and 4A. RGB value is (38,81,74). Sum of RGB (Red+Green+Blue) = 38+81+74=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #26514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26514A is #D9AEB5. Grayscale: #434343. Windows color (decimal): -14266038 or 4870438. OLE color: 4870438.
HSL color Cylindrical-coordinate representation of color #26514A: hue angle of 170.23º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26514A is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 81 | 74 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.68 |
| HSL | 170.23º | 0.36% | 0.23% | - |
| HSV(B) | 170.23º | 0.53% | 0.32% | - |
| XYZ | 4.98 | 6.79 | 7.53 | - |
| YUV | 67.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 74 | 0.53 | 0 | 0.09 | 0.68 | 170.23 | 0.36 | 0.23 |
| Hex | 26 | 51 | 4A | 35 | 0 | 9 | 44 | AA | 24 | 17 |
| Octal | 46 | 121 | 112 | 65 | 0 | 11 | 104 | 252 | 44 | 27 |
| Binary | 100110 | 1010001 | 1001010 | 110101 | 0 | 1001 | 1000100 | 10101010 | 100100 | 10111 |
Color Harmonies of #26514A
Complementary color
Monochromatic Colors of #26514A
Black with #26514A
Text Example
Text Example
White with #26514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26514A; }
p { color: rgb(38,81,74); }
H1.HeaderClassName
{
color: #26514A;
}
.AnyTagClassName
{
color: #26514A;
}
</style>
background-color css
<style>
a { background-color: #26514A; }
a { background-color: rgb(38,81,74); }
div.DivClassName
{
background-color: #26514A;
}
.BgClassName
{
background-color: #26514A;
}
</style>
border-color css
<style>
span { border-color: #26514A; }
span { border-color: rgb(38,81,74); }
td.TdClassName
{
border-color: #26514A;
}
.TagClassName
{
border-color: #26514A;
}
</style>