Shades of Gable Green #34403D
Tints of Gable Green #34403D
RGB
CMYK
RGB Variations
Color information
#34403D (or 0x34403D) is known color: Gable Green. HEX triplet: 34, 40 and 3D. RGB value is (52,64,61). Sum of RGB (Red+Green+Blue) = 52+64+61=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #34403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34403D is #CBBFC2. Grayscale: #3C3C3C. Windows color (decimal): -13352899 or 4014132. OLE color: 4014132.
HSL color Cylindrical-coordinate representation of color #34403D: hue angle of 165º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34403D is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 61 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.75 |
| HSL | 165º | 0.1% | 0.23% | - |
| HSV(B) | 165º | 0.19% | 0.25% | - |
| XYZ | 4.09 | 4.73 | 5.11 | - |
| YUV | 60.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 61 | 0.19 | 0 | 0.05 | 0.75 | 165 | 0.1 | 0.23 |
| Hex | 34 | 40 | 3D | 13 | 0 | 5 | 4B | A5 | A | 17 |
| Octal | 64 | 100 | 75 | 23 | 0 | 5 | 113 | 245 | 12 | 27 |
| Binary | 110100 | 1000000 | 111101 | 10011 | 0 | 101 | 1001011 | 10100101 | 1010 | 10111 |
Color Harmonies of #34403D
Complementary color
Monochromatic Colors of #34403D
Black with #34403D
Text Example
Text Example
White with #34403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34403D; }
p { color: rgb(52,64,61); }
H1.HeaderClassName
{
color: #34403D;
}
.AnyTagClassName
{
color: #34403D;
}
</style>
background-color css
<style>
a { background-color: #34403D; }
a { background-color: rgb(52,64,61); }
div.DivClassName
{
background-color: #34403D;
}
.BgClassName
{
background-color: #34403D;
}
</style>
border-color css
<style>
span { border-color: #34403D; }
span { border-color: rgb(52,64,61); }
td.TdClassName
{
border-color: #34403D;
}
.TagClassName
{
border-color: #34403D;
}
</style>