Shades of Gable Green #274542
Tints of Gable Green #274542
RGB
CMYK
RGB Variations
Color information
#274542 (or 0x274542) is known color: Gable Green. HEX triplet: 27, 45 and 42. RGB value is (39,69,66). Sum of RGB (Red+Green+Blue) = 39+69+66=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #274542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274542 is #D8BABD. Grayscale: #3B3B3B. Windows color (decimal): -14203582 or 4343079. OLE color: 4343079.
HSL color Cylindrical-coordinate representation of color #274542: hue angle of 174º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #274542 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 69 | 66 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.73 |
| HSL | 174º | 0.28% | 0.21% | - |
| HSV(B) | 174º | 0.43% | 0.27% | - |
| XYZ | 3.95 | 5.08 | 5.93 | - |
| YUV | 59.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 66 | 0.43 | 0 | 0.04 | 0.73 | 174 | 0.28 | 0.21 |
| Hex | 27 | 45 | 42 | 2B | 0 | 4 | 49 | AE | 1C | 15 |
| Octal | 47 | 105 | 102 | 53 | 0 | 4 | 111 | 256 | 34 | 25 |
| Binary | 100111 | 1000101 | 1000010 | 101011 | 0 | 100 | 1001001 | 10101110 | 11100 | 10101 |
Color Harmonies of #274542
Complementary color
Monochromatic Colors of #274542
Black with #274542
Text Example
Text Example
White with #274542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274542; }
p { color: rgb(39,69,66); }
H1.HeaderClassName
{
color: #274542;
}
.AnyTagClassName
{
color: #274542;
}
</style>
background-color css
<style>
a { background-color: #274542; }
a { background-color: rgb(39,69,66); }
div.DivClassName
{
background-color: #274542;
}
.BgClassName
{
background-color: #274542;
}
</style>
border-color css
<style>
span { border-color: #274542; }
span { border-color: rgb(39,69,66); }
td.TdClassName
{
border-color: #274542;
}
.TagClassName
{
border-color: #274542;
}
</style>