Shades of Gable Green #254742
Tints of Gable Green #254742
RGB
CMYK
RGB Variations
Color information
#254742 (or 0x254742) is known color: Gable Green. HEX triplet: 25, 47 and 42. RGB value is (37,71,66). Sum of RGB (Red+Green+Blue) = 37+71+66=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #254742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254742 is #DAB8BD. Grayscale: #3C3C3C. Windows color (decimal): -14334142 or 4343589. OLE color: 4343589.
HSL color Cylindrical-coordinate representation of color #254742: hue angle of 171.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #254742 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 71 | 66 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.72 |
| HSL | 171.18º | 0.31% | 0.21% | - |
| HSV(B) | 171.18º | 0.48% | 0.28% | - |
| XYZ | 4 | 5.29 | 5.97 | - |
| YUV | 60.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 66 | 0.48 | 0 | 0.07 | 0.72 | 171.18 | 0.31 | 0.21 |
| Hex | 25 | 47 | 42 | 30 | 0 | 7 | 48 | AB | 1F | 15 |
| Octal | 45 | 107 | 102 | 60 | 0 | 7 | 110 | 253 | 37 | 25 |
| Binary | 100101 | 1000111 | 1000010 | 110000 | 0 | 111 | 1001000 | 10101011 | 11111 | 10101 |
Color Harmonies of #254742
Complementary color
Monochromatic Colors of #254742
Black with #254742
Text Example
Text Example
White with #254742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254742; }
p { color: rgb(37,71,66); }
H1.HeaderClassName
{
color: #254742;
}
.AnyTagClassName
{
color: #254742;
}
</style>
background-color css
<style>
a { background-color: #254742; }
a { background-color: rgb(37,71,66); }
div.DivClassName
{
background-color: #254742;
}
.BgClassName
{
background-color: #254742;
}
</style>
border-color css
<style>
span { border-color: #254742; }
span { border-color: rgb(37,71,66); }
td.TdClassName
{
border-color: #254742;
}
.TagClassName
{
border-color: #254742;
}
</style>