Shades of Genoa #34736B
Tints of Genoa #34736B
RGB
CMYK
RGB Variations
Color information
#34736B (or 0x34736B) is known color: Genoa. HEX triplet: 34, 73 and 6B. RGB value is (52,115,107). Sum of RGB (Red+Green+Blue) = 52+115+107=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #34736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34736B is #CB8C94. Grayscale: #5F5F5F. Windows color (decimal): -13339797 or 7041844. OLE color: 7041844.
HSL color Cylindrical-coordinate representation of color #34736B: hue angle of 172.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34736B is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 107 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.55 |
| HSL | 172.38º | 0.38% | 0.33% | - |
| HSV(B) | 172.38º | 0.55% | 0.45% | - |
| XYZ | 10.2 | 14.05 | 16.08 | - |
| YUV | 95.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 107 | 0.55 | 0 | 0.07 | 0.55 | 172.38 | 0.38 | 0.33 |
| Hex | 34 | 73 | 6B | 37 | 0 | 7 | 37 | AC | 26 | 21 |
| Octal | 64 | 163 | 153 | 67 | 0 | 7 | 67 | 254 | 46 | 41 |
| Binary | 110100 | 1110011 | 1101011 | 110111 | 0 | 111 | 110111 | 10101100 | 100110 | 100001 |
Color Harmonies of #34736B
Complementary color
Monochromatic Colors of #34736B
Black with #34736B
Text Example
Text Example
White with #34736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34736B; }
p { color: rgb(52,115,107); }
H1.HeaderClassName
{
color: #34736B;
}
.AnyTagClassName
{
color: #34736B;
}
</style>
background-color css
<style>
a { background-color: #34736B; }
a { background-color: rgb(52,115,107); }
div.DivClassName
{
background-color: #34736B;
}
.BgClassName
{
background-color: #34736B;
}
</style>
border-color css
<style>
span { border-color: #34736B; }
span { border-color: rgb(52,115,107); }
td.TdClassName
{
border-color: #34736B;
}
.TagClassName
{
border-color: #34736B;
}
</style>