Shades of Genoa #38746C
Tints of Genoa #38746C
RGB
CMYK
RGB Variations
Color information
#38746C (or 0x38746C) is known color: Genoa. HEX triplet: 38, 74 and 6C. RGB value is (56,116,108). Sum of RGB (Red+Green+Blue) = 56+116+108=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #38746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746C is #C78B93. Grayscale: #616161. Windows color (decimal): -13077396 or 7107640. OLE color: 7107640.
HSL color Cylindrical-coordinate representation of color #38746C: hue angle of 172º 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 #38746C is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 108 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.55 |
| HSL | 172º | 0.35% | 0.34% | - |
| HSV(B) | 172º | 0.52% | 0.45% | - |
| XYZ | 10.58 | 14.41 | 16.41 | - |
| YUV | 97.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 108 | 0.52 | 0 | 0.07 | 0.55 | 172 | 0.35 | 0.34 |
| Hex | 38 | 74 | 6C | 34 | 0 | 7 | 37 | AC | 23 | 22 |
| Octal | 70 | 164 | 154 | 64 | 0 | 7 | 67 | 254 | 43 | 42 |
| Binary | 111000 | 1110100 | 1101100 | 110100 | 0 | 111 | 110111 | 10101100 | 100011 | 100010 |
Color Harmonies of #38746C
Complementary color
Monochromatic Colors of #38746C
Black with #38746C
Text Example
Text Example
White with #38746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38746C; }
p { color: rgb(56,116,108); }
H1.HeaderClassName
{
color: #38746C;
}
.AnyTagClassName
{
color: #38746C;
}
</style>
background-color css
<style>
a { background-color: #38746C; }
a { background-color: rgb(56,116,108); }
div.DivClassName
{
background-color: #38746C;
}
.BgClassName
{
background-color: #38746C;
}
</style>
border-color css
<style>
span { border-color: #38746C; }
span { border-color: rgb(56,116,108); }
td.TdClassName
{
border-color: #38746C;
}
.TagClassName
{
border-color: #38746C;
}
</style>