Shades of Gable Green #25463F
Tints of Gable Green #25463F
RGB
CMYK
RGB Variations
Color information
#25463F (or 0x25463F) is known color: Gable Green. HEX triplet: 25, 46 and 3F. RGB value is (37,70,63). Sum of RGB (Red+Green+Blue) = 37+70+63=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #25463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25463F is #DAB9C0. Grayscale: #3B3B3B. Windows color (decimal): -14334401 or 4146725. OLE color: 4146725.
HSL color Cylindrical-coordinate representation of color #25463F: hue angle of 167.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25463F is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 70 | 63 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.73 |
| HSL | 167.27º | 0.31% | 0.21% | - |
| HSV(B) | 167.27º | 0.47% | 0.27% | - |
| XYZ | 3.85 | 5.13 | 5.49 | - |
| YUV | 59.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 63 | 0.47 | 0 | 0.10 | 0.73 | 167.27 | 0.31 | 0.21 |
| Hex | 25 | 46 | 3F | 2F | 0 | A | 49 | A7 | 1F | 15 |
| Octal | 45 | 106 | 77 | 57 | 0 | 12 | 111 | 247 | 37 | 25 |
| Binary | 100101 | 1000110 | 111111 | 101111 | 0 | 1010 | 1001001 | 10100111 | 11111 | 10101 |
Color Harmonies of #25463F
Complementary color
Monochromatic Colors of #25463F
Black with #25463F
Text Example
Text Example
White with #25463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25463F; }
p { color: rgb(37,70,63); }
H1.HeaderClassName
{
color: #25463F;
}
.AnyTagClassName
{
color: #25463F;
}
</style>
background-color css
<style>
a { background-color: #25463F; }
a { background-color: rgb(37,70,63); }
div.DivClassName
{
background-color: #25463F;
}
.BgClassName
{
background-color: #25463F;
}
</style>
border-color css
<style>
span { border-color: #25463F; }
span { border-color: rgb(37,70,63); }
td.TdClassName
{
border-color: #25463F;
}
.TagClassName
{
border-color: #25463F;
}
</style>