Shades of Genoa #3B7067
Tints of Genoa #3B7067
RGB
CMYK
RGB Variations
Color information
#3B7067 (or 0x3B7067) is known color: Genoa. HEX triplet: 3B, 70 and 67. RGB value is (59,112,103). Sum of RGB (Red+Green+Blue) = 59+112+103=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7067 is #C48F98. Grayscale: #5F5F5F. Windows color (decimal): -12881817 or 6778939. OLE color: 6778939.
HSL color Cylindrical-coordinate representation of color #3B7067: hue angle of 169.81º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7067 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 103 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.56 |
| HSL | 169.81º | 0.31% | 0.34% | - |
| HSV(B) | 169.81º | 0.47% | 0.44% | - |
| XYZ | 10.05 | 13.5 | 14.91 | - |
| YUV | 95.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 103 | 0.47 | 0 | 0.08 | 0.56 | 169.81 | 0.31 | 0.34 |
| Hex | 3B | 70 | 67 | 2F | 0 | 8 | 38 | AA | 1F | 22 |
| Octal | 73 | 160 | 147 | 57 | 0 | 10 | 70 | 252 | 37 | 42 |
| Binary | 111011 | 1110000 | 1100111 | 101111 | 0 | 1000 | 111000 | 10101010 | 11111 | 100010 |
Color Harmonies of #3B7067
Complementary color
Monochromatic Colors of #3B7067
Black with #3B7067
Text Example
Text Example
White with #3B7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7067; }
p { color: rgb(59,112,103); }
H1.HeaderClassName
{
color: #3B7067;
}
.AnyTagClassName
{
color: #3B7067;
}
</style>
background-color css
<style>
a { background-color: #3B7067; }
a { background-color: rgb(59,112,103); }
div.DivClassName
{
background-color: #3B7067;
}
.BgClassName
{
background-color: #3B7067;
}
</style>
border-color css
<style>
span { border-color: #3B7067; }
span { border-color: rgb(59,112,103); }
td.TdClassName
{
border-color: #3B7067;
}
.TagClassName
{
border-color: #3B7067;
}
</style>