Shades of Genoa #3B6F64
Tints of Genoa #3B6F64
RGB
CMYK
RGB Variations
Color information
#3B6F64 (or 0x3B6F64) is known color: Genoa. HEX triplet: 3B, 6F and 64. RGB value is (59,111,100). Sum of RGB (Red+Green+Blue) = 59+111+100=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F64 is #C4909B. Grayscale: #5E5E5E. Windows color (decimal): -12882076 or 6582075. OLE color: 6582075.
HSL color Cylindrical-coordinate representation of color #3B6F64: hue angle of 167.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F64 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 111 | 100 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.56 |
| HSL | 167.31º | 0.31% | 0.33% | - |
| HSV(B) | 167.31º | 0.47% | 0.44% | - |
| XYZ | 9.79 | 13.22 | 14.09 | - |
| YUV | 94.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 100 | 0.47 | 0 | 0.10 | 0.56 | 167.31 | 0.31 | 0.33 |
| Hex | 3B | 6F | 64 | 2F | 0 | A | 38 | A7 | 1F | 21 |
| Octal | 73 | 157 | 144 | 57 | 0 | 12 | 70 | 247 | 37 | 41 |
| Binary | 111011 | 1101111 | 1100100 | 101111 | 0 | 1010 | 111000 | 10100111 | 11111 | 100001 |
Color Harmonies of #3B6F64
Complementary color
Monochromatic Colors of #3B6F64
Black with #3B6F64
Text Example
Text Example
White with #3B6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F64; }
p { color: rgb(59,111,100); }
H1.HeaderClassName
{
color: #3B6F64;
}
.AnyTagClassName
{
color: #3B6F64;
}
</style>
background-color css
<style>
a { background-color: #3B6F64; }
a { background-color: rgb(59,111,100); }
div.DivClassName
{
background-color: #3B6F64;
}
.BgClassName
{
background-color: #3B6F64;
}
</style>
border-color css
<style>
span { border-color: #3B6F64; }
span { border-color: rgb(59,111,100); }
td.TdClassName
{
border-color: #3B6F64;
}
.TagClassName
{
border-color: #3B6F64;
}
</style>