Shades of Gordons Green #343834
Tints of Gordons Green #343834
RGB
CMYK
RGB Variations
Color information
#343834 (or 0x343834) is known color: Gordons Green. HEX triplet: 34, 38 and 34. RGB value is (52,56,52). Sum of RGB (Red+Green+Blue) = 52+56+52=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 56 - color contains mainly: green. Hex color #343834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343834 is #CBC7CB. Grayscale: #363636. Windows color (decimal): -13354956 or 3422260. OLE color: 3422260.
HSL color Cylindrical-coordinate representation of color #343834: hue angle of 120º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343834 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 52 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.78 |
| HSL | 120º | 0.04% | 0.21% | - |
| HSV(B) | 120º | 0.07% | 0.22% | - |
| XYZ | 3.45 | 3.81 | 3.8 | - |
| YUV | 54.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 52 | 0.07 | 0 | 0.07 | 0.78 | 120 | 0.04 | 0.21 |
| Hex | 34 | 38 | 34 | 7 | 0 | 7 | 4E | 78 | 4 | 15 |
| Octal | 64 | 70 | 64 | 7 | 0 | 7 | 116 | 170 | 4 | 25 |
| Binary | 110100 | 111000 | 110100 | 111 | 0 | 111 | 1001110 | 1111000 | 100 | 10101 |
Color Harmonies of #343834
Complementary color
Monochromatic Colors of #343834
Black with #343834
Text Example
Text Example
White with #343834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343834; }
p { color: rgb(52,56,52); }
H1.HeaderClassName
{
color: #343834;
}
.AnyTagClassName
{
color: #343834;
}
</style>
background-color css
<style>
a { background-color: #343834; }
a { background-color: rgb(52,56,52); }
div.DivClassName
{
background-color: #343834;
}
.BgClassName
{
background-color: #343834;
}
</style>
border-color css
<style>
span { border-color: #343834; }
span { border-color: rgb(52,56,52); }
td.TdClassName
{
border-color: #343834;
}
.TagClassName
{
border-color: #343834;
}
</style>