Shades of Gable Green #27504A
Tints of Gable Green #27504A
RGB
CMYK
RGB Variations
Color information
#27504A (or 0x27504A) is known color: Gable Green. HEX triplet: 27, 50 and 4A. RGB value is (39,80,74). Sum of RGB (Red+Green+Blue) = 39+80+74=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #27504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27504A is #D8AFB5. Grayscale: #434343. Windows color (decimal): -14200758 or 4870183. OLE color: 4870183.
HSL color Cylindrical-coordinate representation of color #27504A: hue angle of 171.22º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27504A is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 74 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.69 |
| HSL | 171.22º | 0.34% | 0.23% | - |
| HSV(B) | 171.22º | 0.51% | 0.31% | - |
| XYZ | 4.94 | 6.66 | 7.5 | - |
| YUV | 67.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 74 | 0.51 | 0 | 0.08 | 0.69 | 171.22 | 0.34 | 0.23 |
| Hex | 27 | 50 | 4A | 33 | 0 | 8 | 45 | AB | 22 | 17 |
| Octal | 47 | 120 | 112 | 63 | 0 | 10 | 105 | 253 | 42 | 27 |
| Binary | 100111 | 1010000 | 1001010 | 110011 | 0 | 1000 | 1000101 | 10101011 | 100010 | 10111 |
Color Harmonies of #27504A
Complementary color
Monochromatic Colors of #27504A
Black with #27504A
Text Example
Text Example
White with #27504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27504A; }
p { color: rgb(39,80,74); }
H1.HeaderClassName
{
color: #27504A;
}
.AnyTagClassName
{
color: #27504A;
}
</style>
background-color css
<style>
a { background-color: #27504A; }
a { background-color: rgb(39,80,74); }
div.DivClassName
{
background-color: #27504A;
}
.BgClassName
{
background-color: #27504A;
}
</style>
border-color css
<style>
span { border-color: #27504A; }
span { border-color: rgb(39,80,74); }
td.TdClassName
{
border-color: #27504A;
}
.TagClassName
{
border-color: #27504A;
}
</style>