Shades of Genoa #38746B
Tints of Genoa #38746B
RGB
CMYK
RGB Variations
Color information
#38746B (or 0x38746B) is known color: Genoa. HEX triplet: 38, 74 and 6B. RGB value is (56,116,107). Sum of RGB (Red+Green+Blue) = 56+116+107=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #38746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746B is #C78B94. Grayscale: #616161. Windows color (decimal): -13077397 or 7042104. OLE color: 7042104.
HSL color Cylindrical-coordinate representation of color #38746B: hue angle of 171º 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 #38746B is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 107 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.55 |
| HSL | 171º | 0.35% | 0.34% | - |
| HSV(B) | 171º | 0.52% | 0.45% | - |
| XYZ | 10.53 | 14.39 | 16.13 | - |
| YUV | 97.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 107 | 0.52 | 0 | 0.08 | 0.55 | 171 | 0.35 | 0.34 |
| Hex | 38 | 74 | 6B | 34 | 0 | 8 | 37 | AB | 23 | 22 |
| Octal | 70 | 164 | 153 | 64 | 0 | 10 | 67 | 253 | 43 | 42 |
| Binary | 111000 | 1110100 | 1101011 | 110100 | 0 | 1000 | 110111 | 10101011 | 100011 | 100010 |
Color Harmonies of #38746B
Complementary color
Monochromatic Colors of #38746B
Black with #38746B
Text Example
Text Example
White with #38746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38746B; }
p { color: rgb(56,116,107); }
H1.HeaderClassName
{
color: #38746B;
}
.AnyTagClassName
{
color: #38746B;
}
</style>
background-color css
<style>
a { background-color: #38746B; }
a { background-color: rgb(56,116,107); }
div.DivClassName
{
background-color: #38746B;
}
.BgClassName
{
background-color: #38746B;
}
</style>
border-color css
<style>
span { border-color: #38746B; }
span { border-color: rgb(56,116,107); }
td.TdClassName
{
border-color: #38746B;
}
.TagClassName
{
border-color: #38746B;
}
</style>