Shades of Gable Green #27413E
Tints of Gable Green #27413E
RGB
CMYK
RGB Variations
Color information
#27413E (or 0x27413E) is known color: Gable Green. HEX triplet: 27, 41 and 3E. RGB value is (39,65,62). Sum of RGB (Red+Green+Blue) = 39+65+62=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #27413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27413E is #D8BEC1. Grayscale: #383838. Windows color (decimal): -14204610 or 4079911. OLE color: 4079911.
HSL color Cylindrical-coordinate representation of color #27413E: hue angle of 173.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #27413E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 65 | 62 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.75 |
| HSL | 173.08º | 0.25% | 0.2% | - |
| HSV(B) | 173.08º | 0.4% | 0.25% | - |
| XYZ | 3.6 | 4.56 | 5.25 | - |
| YUV | 56.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 62 | 0.40 | 0 | 0.05 | 0.75 | 173.08 | 0.25 | 0.2 |
| Hex | 27 | 41 | 3E | 28 | 0 | 5 | 4B | AD | 19 | 14 |
| Octal | 47 | 101 | 76 | 50 | 0 | 5 | 113 | 255 | 31 | 24 |
| Binary | 100111 | 1000001 | 111110 | 101000 | 0 | 101 | 1001011 | 10101101 | 11001 | 10100 |
Color Harmonies of #27413E
Complementary color
Monochromatic Colors of #27413E
Black with #27413E
Text Example
Text Example
White with #27413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27413E; }
p { color: rgb(39,65,62); }
H1.HeaderClassName
{
color: #27413E;
}
.AnyTagClassName
{
color: #27413E;
}
</style>
background-color css
<style>
a { background-color: #27413E; }
a { background-color: rgb(39,65,62); }
div.DivClassName
{
background-color: #27413E;
}
.BgClassName
{
background-color: #27413E;
}
</style>
border-color css
<style>
span { border-color: #27413E; }
span { border-color: rgb(39,65,62); }
td.TdClassName
{
border-color: #27413E;
}
.TagClassName
{
border-color: #27413E;
}
</style>