Shades of Gable Green #1F524A
Tints of Gable Green #1F524A
RGB
CMYK
RGB Variations
Color information
#1F524A (or 0x1F524A) is known color: Gable Green. HEX triplet: 1F, 52 and 4A. RGB value is (31,82,74). Sum of RGB (Red+Green+Blue) = 31+82+74=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #1F524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F524A is #E0ADB5. Grayscale: #414141. Windows color (decimal): -14724534 or 4870687. OLE color: 4870687.
HSL color Cylindrical-coordinate representation of color #1F524A: hue angle of 170.59º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F524A is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 74 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.68 |
| HSL | 170.59º | 0.45% | 0.22% | - |
| HSV(B) | 170.59º | 0.62% | 0.32% | - |
| XYZ | 4.82 | 6.82 | 7.54 | - |
| YUV | 65.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 74 | 0.62 | 0 | 0.10 | 0.68 | 170.59 | 0.45 | 0.22 |
| Hex | 1F | 52 | 4A | 3E | 0 | A | 44 | AB | 2D | 16 |
| Octal | 37 | 122 | 112 | 76 | 0 | 12 | 104 | 253 | 55 | 26 |
| Binary | 11111 | 1010010 | 1001010 | 111110 | 0 | 1010 | 1000100 | 10101011 | 101101 | 10110 |
Color Harmonies of #1F524A
Complementary color
Monochromatic Colors of #1F524A
Black with #1F524A
Text Example
Text Example
White with #1F524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F524A; }
p { color: rgb(31,82,74); }
H1.HeaderClassName
{
color: #1F524A;
}
.AnyTagClassName
{
color: #1F524A;
}
</style>
background-color css
<style>
a { background-color: #1F524A; }
a { background-color: rgb(31,82,74); }
div.DivClassName
{
background-color: #1F524A;
}
.BgClassName
{
background-color: #1F524A;
}
</style>
border-color css
<style>
span { border-color: #1F524A; }
span { border-color: rgb(31,82,74); }
td.TdClassName
{
border-color: #1F524A;
}
.TagClassName
{
border-color: #1F524A;
}
</style>