Shades of Gable Green #343D3B
Tints of Gable Green #343D3B
RGB
CMYK
RGB Variations
Color information
#343D3B (or 0x343D3B) is known color: Gable Green. HEX triplet: 34, 3D and 3B. RGB value is (52,61,59). Sum of RGB (Red+Green+Blue) = 52+61+59=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 61 - color contains mainly: green. Hex color #343D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D3B is #CBC2C4. Grayscale: #3A3A3A. Windows color (decimal): -13353669 or 3882292. OLE color: 3882292.
HSL color Cylindrical-coordinate representation of color #343D3B: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343D3B is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 59 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.76 |
| HSL | 166.67º | 0.08% | 0.22% | - |
| HSV(B) | 166.67º | 0.15% | 0.24% | - |
| XYZ | 3.87 | 4.38 | 4.78 | - |
| YUV | 58.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 59 | 0.15 | 0 | 0.03 | 0.76 | 166.67 | 0.08 | 0.22 |
| Hex | 34 | 3D | 3B | F | 0 | 3 | 4C | A7 | 8 | 16 |
| Octal | 64 | 75 | 73 | 17 | 0 | 3 | 114 | 247 | 10 | 26 |
| Binary | 110100 | 111101 | 111011 | 1111 | 0 | 11 | 1001100 | 10100111 | 1000 | 10110 |
Color Harmonies of #343D3B
Complementary color
Monochromatic Colors of #343D3B
Black with #343D3B
Text Example
Text Example
White with #343D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D3B; }
p { color: rgb(52,61,59); }
H1.HeaderClassName
{
color: #343D3B;
}
.AnyTagClassName
{
color: #343D3B;
}
</style>
background-color css
<style>
a { background-color: #343D3B; }
a { background-color: rgb(52,61,59); }
div.DivClassName
{
background-color: #343D3B;
}
.BgClassName
{
background-color: #343D3B;
}
</style>
border-color css
<style>
span { border-color: #343D3B; }
span { border-color: rgb(52,61,59); }
td.TdClassName
{
border-color: #343D3B;
}
.TagClassName
{
border-color: #343D3B;
}
</style>