Shades of Genoa #348175
Tints of Genoa #348175
RGB
CMYK
RGB Variations
Color information
#348175 (or 0x348175) is known color: Genoa. HEX triplet: 34, 81 and 75. RGB value is (52,129,117). Sum of RGB (Red+Green+Blue) = 52+129+117=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #348175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348175 is #CB7E8A. Grayscale: #686868. Windows color (decimal): -13336203 or 7700788. OLE color: 7700788.
HSL color Cylindrical-coordinate representation of color #348175: hue angle of 170.65º 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 #348175 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 117 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.49 |
| HSL | 170.65º | 0.43% | 0.35% | - |
| HSV(B) | 170.65º | 0.6% | 0.51% | - |
| XYZ | 12.48 | 17.71 | 19.59 | - |
| YUV | 104.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 117 | 0.60 | 0 | 0.09 | 0.49 | 170.65 | 0.43 | 0.35 |
| Hex | 34 | 81 | 75 | 3C | 0 | 9 | 31 | AB | 2B | 23 |
| Octal | 64 | 201 | 165 | 74 | 0 | 11 | 61 | 253 | 53 | 43 |
| Binary | 110100 | 10000001 | 1110101 | 111100 | 0 | 1001 | 110001 | 10101011 | 101011 | 100011 |
Color Harmonies of #348175
Complementary color
Monochromatic Colors of #348175
Black with #348175
Text Example
Text Example
White with #348175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348175; }
p { color: rgb(52,129,117); }
H1.HeaderClassName
{
color: #348175;
}
.AnyTagClassName
{
color: #348175;
}
</style>
background-color css
<style>
a { background-color: #348175; }
a { background-color: rgb(52,129,117); }
div.DivClassName
{
background-color: #348175;
}
.BgClassName
{
background-color: #348175;
}
</style>
border-color css
<style>
span { border-color: #348175; }
span { border-color: rgb(52,129,117); }
td.TdClassName
{
border-color: #348175;
}
.TagClassName
{
border-color: #348175;
}
</style>