Shades of Gable Green #245048
Tints of Gable Green #245048
RGB
CMYK
RGB Variations
Color information
#245048 (or 0x245048) is known color: Gable Green. HEX triplet: 24, 50 and 48. RGB value is (36,80,72). Sum of RGB (Red+Green+Blue) = 36+80+72=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #245048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245048 is #DBAFB7. Grayscale: #414141. Windows color (decimal): -14397368 or 4739108. OLE color: 4739108.
HSL color Cylindrical-coordinate representation of color #245048: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245048 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 72 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.69 |
| HSL | 169.09º | 0.38% | 0.23% | - |
| HSV(B) | 169.09º | 0.55% | 0.31% | - |
| XYZ | 4.77 | 6.58 | 7.15 | - |
| YUV | 65.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 72 | 0.55 | 0 | 0.10 | 0.69 | 169.09 | 0.38 | 0.23 |
| Hex | 24 | 50 | 48 | 37 | 0 | A | 45 | A9 | 26 | 17 |
| Octal | 44 | 120 | 110 | 67 | 0 | 12 | 105 | 251 | 46 | 27 |
| Binary | 100100 | 1010000 | 1001000 | 110111 | 0 | 1010 | 1000101 | 10101001 | 100110 | 10111 |
Color Harmonies of #245048
Complementary color
Monochromatic Colors of #245048
Black with #245048
Text Example
Text Example
White with #245048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245048; }
p { color: rgb(36,80,72); }
H1.HeaderClassName
{
color: #245048;
}
.AnyTagClassName
{
color: #245048;
}
</style>
background-color css
<style>
a { background-color: #245048; }
a { background-color: rgb(36,80,72); }
div.DivClassName
{
background-color: #245048;
}
.BgClassName
{
background-color: #245048;
}
</style>
border-color css
<style>
span { border-color: #245048; }
span { border-color: rgb(36,80,72); }
td.TdClassName
{
border-color: #245048;
}
.TagClassName
{
border-color: #245048;
}
</style>