Shades of Gable Green #254B47
Tints of Gable Green #254B47
RGB
CMYK
RGB Variations
Color information
#254B47 (or 0x254B47) is known color: Gable Green. HEX triplet: 25, 4B and 47. RGB value is (37,75,71). Sum of RGB (Red+Green+Blue) = 37+75+71=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #254B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B47 is #DAB4B8. Grayscale: #3F3F3F. Windows color (decimal): -14333113 or 4672293. OLE color: 4672293.
HSL color Cylindrical-coordinate representation of color #254B47: hue angle of 173.68º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B47 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 75 | 71 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.71 |
| HSL | 173.68º | 0.34% | 0.22% | - |
| HSV(B) | 173.68º | 0.51% | 0.29% | - |
| XYZ | 4.42 | 5.88 | 6.86 | - |
| YUV | 63.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 71 | 0.51 | 0 | 0.05 | 0.71 | 173.68 | 0.34 | 0.22 |
| Hex | 25 | 4B | 47 | 33 | 0 | 5 | 47 | AE | 22 | 16 |
| Octal | 45 | 113 | 107 | 63 | 0 | 5 | 107 | 256 | 42 | 26 |
| Binary | 100101 | 1001011 | 1000111 | 110011 | 0 | 101 | 1000111 | 10101110 | 100010 | 10110 |
Color Harmonies of #254B47
Complementary color
Monochromatic Colors of #254B47
Black with #254B47
Text Example
Text Example
White with #254B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B47; }
p { color: rgb(37,75,71); }
H1.HeaderClassName
{
color: #254B47;
}
.AnyTagClassName
{
color: #254B47;
}
</style>
background-color css
<style>
a { background-color: #254B47; }
a { background-color: rgb(37,75,71); }
div.DivClassName
{
background-color: #254B47;
}
.BgClassName
{
background-color: #254B47;
}
</style>
border-color css
<style>
span { border-color: #254B47; }
span { border-color: rgb(37,75,71); }
td.TdClassName
{
border-color: #254B47;
}
.TagClassName
{
border-color: #254B47;
}
</style>