Shades of Gable Green #34423E
Tints of Gable Green #34423E
RGB
CMYK
RGB Variations
Color information
#34423E (or 0x34423E) is known color: Gable Green. HEX triplet: 34, 42 and 3E. RGB value is (52,66,62). Sum of RGB (Red+Green+Blue) = 52+66+62=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #34423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34423E is #CBBDC1. Grayscale: #3D3D3D. Windows color (decimal): -13352386 or 4080180. OLE color: 4080180.
HSL color Cylindrical-coordinate representation of color #34423E: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #34423E is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 62 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.74 |
| HSL | 162.86º | 0.12% | 0.23% | - |
| HSV(B) | 162.86º | 0.21% | 0.26% | - |
| XYZ | 4.23 | 4.97 | 5.29 | - |
| YUV | 61.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 62 | 0.21 | 0 | 0.06 | 0.74 | 162.86 | 0.12 | 0.23 |
| Hex | 34 | 42 | 3E | 15 | 0 | 6 | 4A | A3 | C | 17 |
| Octal | 64 | 102 | 76 | 25 | 0 | 6 | 112 | 243 | 14 | 27 |
| Binary | 110100 | 1000010 | 111110 | 10101 | 0 | 110 | 1001010 | 10100011 | 1100 | 10111 |
Color Harmonies of #34423E
Complementary color
Monochromatic Colors of #34423E
Black with #34423E
Text Example
Text Example
White with #34423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34423E; }
p { color: rgb(52,66,62); }
H1.HeaderClassName
{
color: #34423E;
}
.AnyTagClassName
{
color: #34423E;
}
</style>
background-color css
<style>
a { background-color: #34423E; }
a { background-color: rgb(52,66,62); }
div.DivClassName
{
background-color: #34423E;
}
.BgClassName
{
background-color: #34423E;
}
</style>
border-color css
<style>
span { border-color: #34423E; }
span { border-color: rgb(52,66,62); }
td.TdClassName
{
border-color: #34423E;
}
.TagClassName
{
border-color: #34423E;
}
</style>