Shades of Gable Green #254D45
Tints of Gable Green #254D45
RGB
CMYK
RGB Variations
Color information
#254D45 (or 0x254D45) is known color: Gable Green. HEX triplet: 25, 4D and 45. RGB value is (37,77,69). Sum of RGB (Red+Green+Blue) = 37+77+69=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 77 - color contains mainly: green. Hex color #254D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D45 is #DAB2BA. Grayscale: #404040. Windows color (decimal): -14332603 or 4541733. OLE color: 4541733.
HSL color Cylindrical-coordinate representation of color #254D45: hue angle of 168º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D45 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 77 | 69 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.70 |
| HSL | 168º | 0.35% | 0.22% | - |
| HSV(B) | 168º | 0.52% | 0.3% | - |
| XYZ | 4.49 | 6.13 | 6.58 | - |
| YUV | 64.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 69 | 0.52 | 0 | 0.10 | 0.70 | 168 | 0.35 | 0.22 |
| Hex | 25 | 4D | 45 | 34 | 0 | A | 46 | A8 | 23 | 16 |
| Octal | 45 | 115 | 105 | 64 | 0 | 12 | 106 | 250 | 43 | 26 |
| Binary | 100101 | 1001101 | 1000101 | 110100 | 0 | 1010 | 1000110 | 10101000 | 100011 | 10110 |
Color Harmonies of #254D45
Complementary color
Monochromatic Colors of #254D45
Black with #254D45
Text Example
Text Example
White with #254D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D45; }
p { color: rgb(37,77,69); }
H1.HeaderClassName
{
color: #254D45;
}
.AnyTagClassName
{
color: #254D45;
}
</style>
background-color css
<style>
a { background-color: #254D45; }
a { background-color: rgb(37,77,69); }
div.DivClassName
{
background-color: #254D45;
}
.BgClassName
{
background-color: #254D45;
}
</style>
border-color css
<style>
span { border-color: #254D45; }
span { border-color: rgb(37,77,69); }
td.TdClassName
{
border-color: #254D45;
}
.TagClassName
{
border-color: #254D45;
}
</style>