Shades of Gable Green #244640
Tints of Gable Green #244640
RGB
CMYK
RGB Variations
Color information
#244640 (or 0x244640) is known color: Gable Green. HEX triplet: 24, 46 and 40. RGB value is (36,70,64). Sum of RGB (Red+Green+Blue) = 36+70+64=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #244640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244640 is #DBB9BF. Grayscale: #3B3B3B. Windows color (decimal): -14399936 or 4212260. OLE color: 4212260.
HSL color Cylindrical-coordinate representation of color #244640: hue angle of 169.41º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #244640 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 70 | 64 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.73 |
| HSL | 169.41º | 0.32% | 0.21% | - |
| HSV(B) | 169.41º | 0.49% | 0.27% | - |
| XYZ | 3.84 | 5.13 | 5.64 | - |
| YUV | 59.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 64 | 0.49 | 0 | 0.09 | 0.73 | 169.41 | 0.32 | 0.21 |
| Hex | 24 | 46 | 40 | 31 | 0 | 9 | 49 | A9 | 20 | 15 |
| Octal | 44 | 106 | 100 | 61 | 0 | 11 | 111 | 251 | 40 | 25 |
| Binary | 100100 | 1000110 | 1000000 | 110001 | 0 | 1001 | 1001001 | 10101001 | 100000 | 10101 |
Color Harmonies of #244640
Complementary color
Monochromatic Colors of #244640
Black with #244640
Text Example
Text Example
White with #244640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244640; }
p { color: rgb(36,70,64); }
H1.HeaderClassName
{
color: #244640;
}
.AnyTagClassName
{
color: #244640;
}
</style>
background-color css
<style>
a { background-color: #244640; }
a { background-color: rgb(36,70,64); }
div.DivClassName
{
background-color: #244640;
}
.BgClassName
{
background-color: #244640;
}
</style>
border-color css
<style>
span { border-color: #244640; }
span { border-color: rgb(36,70,64); }
td.TdClassName
{
border-color: #244640;
}
.TagClassName
{
border-color: #244640;
}
</style>