Shades of Genoa #34746B
Tints of Genoa #34746B
RGB
CMYK
RGB Variations
Color information
#34746B (or 0x34746B) is known color: Genoa. HEX triplet: 34, 74 and 6B. RGB value is (52,116,107). Sum of RGB (Red+Green+Blue) = 52+116+107=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #34746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746B is #CB8B94. Grayscale: #5F5F5F. Windows color (decimal): -13339541 or 7042100. OLE color: 7042100.
HSL color Cylindrical-coordinate representation of color #34746B: hue angle of 171.56º 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 #34746B is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 116 | 107 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.55 |
| HSL | 171.56º | 0.38% | 0.33% | - |
| HSV(B) | 171.56º | 0.55% | 0.45% | - |
| XYZ | 10.32 | 14.28 | 16.12 | - |
| YUV | 95.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 107 | 0.55 | 0 | 0.08 | 0.55 | 171.56 | 0.38 | 0.33 |
| Hex | 34 | 74 | 6B | 37 | 0 | 8 | 37 | AC | 26 | 21 |
| Octal | 64 | 164 | 153 | 67 | 0 | 10 | 67 | 254 | 46 | 41 |
| Binary | 110100 | 1110100 | 1101011 | 110111 | 0 | 1000 | 110111 | 10101100 | 100110 | 100001 |
Color Harmonies of #34746B
Complementary color
Monochromatic Colors of #34746B
Black with #34746B
Text Example
Text Example
White with #34746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34746B; }
p { color: rgb(52,116,107); }
H1.HeaderClassName
{
color: #34746B;
}
.AnyTagClassName
{
color: #34746B;
}
</style>
background-color css
<style>
a { background-color: #34746B; }
a { background-color: rgb(52,116,107); }
div.DivClassName
{
background-color: #34746B;
}
.BgClassName
{
background-color: #34746B;
}
</style>
border-color css
<style>
span { border-color: #34746B; }
span { border-color: rgb(52,116,107); }
td.TdClassName
{
border-color: #34746B;
}
.TagClassName
{
border-color: #34746B;
}
</style>