Shades of Gable Green #343E3B
Tints of Gable Green #343E3B
RGB
CMYK
RGB Variations
Color information
#343E3B (or 0x343E3B) is known color: Gable Green. HEX triplet: 34, 3E and 3B. RGB value is (52,62,59). Sum of RGB (Red+Green+Blue) = 52+62+59=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 62 - color contains mainly: green. Hex color #343E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3B is #CBC1C4. Grayscale: #3A3A3A. Windows color (decimal): -13353413 or 3882548. OLE color: 3882548.
HSL color Cylindrical-coordinate representation of color #343E3B: hue angle of 162º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343E3B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 59 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.76 |
| HSL | 162º | 0.09% | 0.22% | - |
| HSV(B) | 162º | 0.16% | 0.24% | - |
| XYZ | 3.93 | 4.49 | 4.8 | - |
| YUV | 58.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 59 | 0.16 | 0 | 0.05 | 0.76 | 162 | 0.09 | 0.22 |
| Hex | 34 | 3E | 3B | 10 | 0 | 5 | 4C | A2 | 9 | 16 |
| Octal | 64 | 76 | 73 | 20 | 0 | 5 | 114 | 242 | 11 | 26 |
| Binary | 110100 | 111110 | 111011 | 10000 | 0 | 101 | 1001100 | 10100010 | 1001 | 10110 |
Color Harmonies of #343E3B
Complementary color
Monochromatic Colors of #343E3B
Black with #343E3B
Text Example
Text Example
White with #343E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E3B; }
p { color: rgb(52,62,59); }
H1.HeaderClassName
{
color: #343E3B;
}
.AnyTagClassName
{
color: #343E3B;
}
</style>
background-color css
<style>
a { background-color: #343E3B; }
a { background-color: rgb(52,62,59); }
div.DivClassName
{
background-color: #343E3B;
}
.BgClassName
{
background-color: #343E3B;
}
</style>
border-color css
<style>
span { border-color: #343E3B; }
span { border-color: rgb(52,62,59); }
td.TdClassName
{
border-color: #343E3B;
}
.TagClassName
{
border-color: #343E3B;
}
</style>