Shades of Genoa #38746D
Tints of Genoa #38746D
RGB
CMYK
RGB Variations
Color information
#38746D (or 0x38746D) is known color: Genoa. HEX triplet: 38, 74 and 6D. RGB value is (56,116,109). Sum of RGB (Red+Green+Blue) = 56+116+109=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #38746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746D is #C78B92. Grayscale: #616161. Windows color (decimal): -13077395 or 7173176. OLE color: 7173176.
HSL color Cylindrical-coordinate representation of color #38746D: hue angle of 173º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38746D is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 109 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.55 |
| HSL | 173º | 0.35% | 0.34% | - |
| HSV(B) | 173º | 0.52% | 0.45% | - |
| XYZ | 10.64 | 14.44 | 16.69 | - |
| YUV | 97.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 109 | 0.52 | 0 | 0.06 | 0.55 | 173 | 0.35 | 0.34 |
| Hex | 38 | 74 | 6D | 34 | 0 | 6 | 37 | AD | 23 | 22 |
| Octal | 70 | 164 | 155 | 64 | 0 | 6 | 67 | 255 | 43 | 42 |
| Binary | 111000 | 1110100 | 1101101 | 110100 | 0 | 110 | 110111 | 10101101 | 100011 | 100010 |
Color Harmonies of #38746D
Complementary color
Monochromatic Colors of #38746D
Black with #38746D
Text Example
Text Example
White with #38746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38746D; }
p { color: rgb(56,116,109); }
H1.HeaderClassName
{
color: #38746D;
}
.AnyTagClassName
{
color: #38746D;
}
</style>
background-color css
<style>
a { background-color: #38746D; }
a { background-color: rgb(56,116,109); }
div.DivClassName
{
background-color: #38746D;
}
.BgClassName
{
background-color: #38746D;
}
</style>
border-color css
<style>
span { border-color: #38746D; }
span { border-color: rgb(56,116,109); }
td.TdClassName
{
border-color: #38746D;
}
.TagClassName
{
border-color: #38746D;
}
</style>