Shades of Gable Green #265047
Tints of Gable Green #265047
RGB
CMYK
RGB Variations
Color information
#265047 (or 0x265047) is known color: Gable Green. HEX triplet: 26, 50 and 47. RGB value is (38,80,71). Sum of RGB (Red+Green+Blue) = 38+80+71=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #265047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265047 is #D9AFB8. Grayscale: #424242. Windows color (decimal): -14266297 or 4673574. OLE color: 4673574.
HSL color Cylindrical-coordinate representation of color #265047: hue angle of 167.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #265047 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 71 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.69 |
| HSL | 167.14º | 0.36% | 0.23% | - |
| HSV(B) | 167.14º | 0.53% | 0.31% | - |
| XYZ | 4.81 | 6.6 | 6.98 | - |
| YUV | 66.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 71 | 0.52 | 0 | 0.11 | 0.69 | 167.14 | 0.36 | 0.23 |
| Hex | 26 | 50 | 47 | 34 | 0 | B | 45 | A7 | 24 | 17 |
| Octal | 46 | 120 | 107 | 64 | 0 | 13 | 105 | 247 | 44 | 27 |
| Binary | 100110 | 1010000 | 1000111 | 110100 | 0 | 1011 | 1000101 | 10100111 | 100100 | 10111 |
Color Harmonies of #265047
Complementary color
Monochromatic Colors of #265047
Black with #265047
Text Example
Text Example
White with #265047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265047; }
p { color: rgb(38,80,71); }
H1.HeaderClassName
{
color: #265047;
}
.AnyTagClassName
{
color: #265047;
}
</style>
background-color css
<style>
a { background-color: #265047; }
a { background-color: rgb(38,80,71); }
div.DivClassName
{
background-color: #265047;
}
.BgClassName
{
background-color: #265047;
}
</style>
border-color css
<style>
span { border-color: #265047; }
span { border-color: rgb(38,80,71); }
td.TdClassName
{
border-color: #265047;
}
.TagClassName
{
border-color: #265047;
}
</style>