Shades of Genoa #34816D
Tints of Genoa #34816D
RGB
CMYK
RGB Variations
Color information
#34816D (or 0x34816D) is known color: Genoa. HEX triplet: 34, 81 and 6D. RGB value is (52,129,109). Sum of RGB (Red+Green+Blue) = 52+129+109=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #34816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34816D is #CB7E92. Grayscale: #676767. Windows color (decimal): -13336211 or 7176500. OLE color: 7176500.
HSL color Cylindrical-coordinate representation of color #34816D: hue angle of 164.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34816D is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 109 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.49 |
| HSL | 164.42º | 0.43% | 0.35% | - |
| HSV(B) | 164.42º | 0.6% | 0.51% | - |
| XYZ | 12.03 | 17.53 | 17.22 | - |
| YUV | 103.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 109 | 0.60 | 0 | 0.16 | 0.49 | 164.42 | 0.43 | 0.35 |
| Hex | 34 | 81 | 6D | 3C | 0 | 10 | 31 | A4 | 2B | 23 |
| Octal | 64 | 201 | 155 | 74 | 0 | 20 | 61 | 244 | 53 | 43 |
| Binary | 110100 | 10000001 | 1101101 | 111100 | 0 | 10000 | 110001 | 10100100 | 101011 | 100011 |
Color Harmonies of #34816D
Complementary color
Monochromatic Colors of #34816D
Black with #34816D
Text Example
Text Example
White with #34816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34816D; }
p { color: rgb(52,129,109); }
H1.HeaderClassName
{
color: #34816D;
}
.AnyTagClassName
{
color: #34816D;
}
</style>
background-color css
<style>
a { background-color: #34816D; }
a { background-color: rgb(52,129,109); }
div.DivClassName
{
background-color: #34816D;
}
.BgClassName
{
background-color: #34816D;
}
</style>
border-color css
<style>
span { border-color: #34816D; }
span { border-color: rgb(52,129,109); }
td.TdClassName
{
border-color: #34816D;
}
.TagClassName
{
border-color: #34816D;
}
</style>