Shades of Gable Green #25483F
Tints of Gable Green #25483F
RGB
CMYK
RGB Variations
Color information
#25483F (or 0x25483F) is known color: Gable Green. HEX triplet: 25, 48 and 3F. RGB value is (37,72,63). Sum of RGB (Red+Green+Blue) = 37+72+63=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #25483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25483F is #DAB7C0. Grayscale: #3C3C3C. Windows color (decimal): -14333889 or 4147237. OLE color: 4147237.
HSL color Cylindrical-coordinate representation of color #25483F: hue angle of 164.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25483F is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 63 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.72 |
| HSL | 164.57º | 0.32% | 0.21% | - |
| HSV(B) | 164.57º | 0.49% | 0.28% | - |
| XYZ | 3.98 | 5.39 | 5.53 | - |
| YUV | 60.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 63 | 0.49 | 0 | 0.12 | 0.72 | 164.57 | 0.32 | 0.21 |
| Hex | 25 | 48 | 3F | 31 | 0 | C | 48 | A5 | 20 | 15 |
| Octal | 45 | 110 | 77 | 61 | 0 | 14 | 110 | 245 | 40 | 25 |
| Binary | 100101 | 1001000 | 111111 | 110001 | 0 | 1100 | 1001000 | 10100101 | 100000 | 10101 |
Color Harmonies of #25483F
Complementary color
Monochromatic Colors of #25483F
Black with #25483F
Text Example
Text Example
White with #25483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25483F; }
p { color: rgb(37,72,63); }
H1.HeaderClassName
{
color: #25483F;
}
.AnyTagClassName
{
color: #25483F;
}
</style>
background-color css
<style>
a { background-color: #25483F; }
a { background-color: rgb(37,72,63); }
div.DivClassName
{
background-color: #25483F;
}
.BgClassName
{
background-color: #25483F;
}
</style>
border-color css
<style>
span { border-color: #25483F; }
span { border-color: rgb(37,72,63); }
td.TdClassName
{
border-color: #25483F;
}
.TagClassName
{
border-color: #25483F;
}
</style>