Shades of Gable Green #245248
Tints of Gable Green #245248
RGB
CMYK
RGB Variations
Color information
#245248 (or 0x245248) is known color: Gable Green. HEX triplet: 24, 52 and 48. RGB value is (36,82,72). Sum of RGB (Red+Green+Blue) = 36+82+72=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #245248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245248 is #DBADB7. Grayscale: #434343. Windows color (decimal): -14396856 or 4739620. OLE color: 4739620.
HSL color Cylindrical-coordinate representation of color #245248: hue angle of 166.96º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245248 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 72 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.68 |
| HSL | 166.96º | 0.39% | 0.23% | - |
| HSV(B) | 166.96º | 0.56% | 0.32% | - |
| XYZ | 4.91 | 6.88 | 7.2 | - |
| YUV | 67.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 72 | 0.56 | 0 | 0.12 | 0.68 | 166.96 | 0.39 | 0.23 |
| Hex | 24 | 52 | 48 | 38 | 0 | C | 44 | A7 | 27 | 17 |
| Octal | 44 | 122 | 110 | 70 | 0 | 14 | 104 | 247 | 47 | 27 |
| Binary | 100100 | 1010010 | 1001000 | 111000 | 0 | 1100 | 1000100 | 10100111 | 100111 | 10111 |
Color Harmonies of #245248
Complementary color
Monochromatic Colors of #245248
Black with #245248
Text Example
Text Example
White with #245248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245248; }
p { color: rgb(36,82,72); }
H1.HeaderClassName
{
color: #245248;
}
.AnyTagClassName
{
color: #245248;
}
</style>
background-color css
<style>
a { background-color: #245248; }
a { background-color: rgb(36,82,72); }
div.DivClassName
{
background-color: #245248;
}
.BgClassName
{
background-color: #245248;
}
</style>
border-color css
<style>
span { border-color: #245248; }
span { border-color: rgb(36,82,72); }
td.TdClassName
{
border-color: #245248;
}
.TagClassName
{
border-color: #245248;
}
</style>