Shades of Gable Green #25473E
Tints of Gable Green #25473E
RGB
CMYK
RGB Variations
Color information
#25473E (or 0x25473E) is known color: Gable Green. HEX triplet: 25, 47 and 3E. RGB value is (37,71,62). Sum of RGB (Red+Green+Blue) = 37+71+62=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #25473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25473E is #DAB8C1. Grayscale: #3B3B3B. Windows color (decimal): -14334146 or 4081445. OLE color: 4081445.
HSL color Cylindrical-coordinate representation of color #25473E: hue angle of 164.12º 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 #25473E is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 71 | 62 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.72 |
| HSL | 164.12º | 0.31% | 0.21% | - |
| HSV(B) | 164.12º | 0.48% | 0.28% | - |
| XYZ | 3.89 | 5.25 | 5.37 | - |
| YUV | 59.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 62 | 0.48 | 0 | 0.13 | 0.72 | 164.12 | 0.31 | 0.21 |
| Hex | 25 | 47 | 3E | 30 | 0 | D | 48 | A4 | 1F | 15 |
| Octal | 45 | 107 | 76 | 60 | 0 | 15 | 110 | 244 | 37 | 25 |
| Binary | 100101 | 1000111 | 111110 | 110000 | 0 | 1101 | 1001000 | 10100100 | 11111 | 10101 |
Color Harmonies of #25473E
Complementary color
Monochromatic Colors of #25473E
Black with #25473E
Text Example
Text Example
White with #25473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25473E; }
p { color: rgb(37,71,62); }
H1.HeaderClassName
{
color: #25473E;
}
.AnyTagClassName
{
color: #25473E;
}
</style>
background-color css
<style>
a { background-color: #25473E; }
a { background-color: rgb(37,71,62); }
div.DivClassName
{
background-color: #25473E;
}
.BgClassName
{
background-color: #25473E;
}
</style>
border-color css
<style>
span { border-color: #25473E; }
span { border-color: rgb(37,71,62); }
td.TdClassName
{
border-color: #25473E;
}
.TagClassName
{
border-color: #25473E;
}
</style>