Shades of Gable Green #253F3B
Tints of Gable Green #253F3B
RGB
CMYK
RGB Variations
Color information
#253F3B (or 0x253F3B) is known color: Gable Green. HEX triplet: 25, 3F and 3B. RGB value is (37,63,59). Sum of RGB (Red+Green+Blue) = 37+63+59=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #253F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F3B is #DAC0C4. Grayscale: #363636. Windows color (decimal): -14336197 or 3882789. OLE color: 3882789.
HSL color Cylindrical-coordinate representation of color #253F3B: hue angle of 170.77º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F3B is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 63 | 59 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.75 |
| HSL | 170.77º | 0.26% | 0.2% | - |
| HSV(B) | 170.77º | 0.41% | 0.25% | - |
| XYZ | 3.33 | 4.26 | 4.79 | - |
| YUV | 54.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 59 | 0.41 | 0 | 0.06 | 0.75 | 170.77 | 0.26 | 0.2 |
| Hex | 25 | 3F | 3B | 29 | 0 | 6 | 4B | AB | 1A | 14 |
| Octal | 45 | 77 | 73 | 51 | 0 | 6 | 113 | 253 | 32 | 24 |
| Binary | 100101 | 111111 | 111011 | 101001 | 0 | 110 | 1001011 | 10101011 | 11010 | 10100 |
Color Harmonies of #253F3B
Complementary color
Monochromatic Colors of #253F3B
Black with #253F3B
Text Example
Text Example
White with #253F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F3B; }
p { color: rgb(37,63,59); }
H1.HeaderClassName
{
color: #253F3B;
}
.AnyTagClassName
{
color: #253F3B;
}
</style>
background-color css
<style>
a { background-color: #253F3B; }
a { background-color: rgb(37,63,59); }
div.DivClassName
{
background-color: #253F3B;
}
.BgClassName
{
background-color: #253F3B;
}
</style>
border-color css
<style>
span { border-color: #253F3B; }
span { border-color: rgb(37,63,59); }
td.TdClassName
{
border-color: #253F3B;
}
.TagClassName
{
border-color: #253F3B;
}
</style>