Shades of Genoa #38746F
Tints of Genoa #38746F
RGB
CMYK
RGB Variations
Color information
#38746F (or 0x38746F) is known color: Genoa. HEX triplet: 38, 74 and 6F. RGB value is (56,116,111). Sum of RGB (Red+Green+Blue) = 56+116+111=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #38746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746F is #C78B90. Grayscale: #616161. Windows color (decimal): -13077393 or 7304248. OLE color: 7304248.
HSL color Cylindrical-coordinate representation of color #38746F: hue angle of 175º 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 #38746F is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 111 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.55 |
| HSL | 175º | 0.35% | 0.34% | - |
| HSV(B) | 175º | 0.52% | 0.45% | - |
| XYZ | 10.75 | 14.48 | 17.27 | - |
| YUV | 97.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 111 | 0.52 | 0 | 0.04 | 0.55 | 175 | 0.35 | 0.34 |
| Hex | 38 | 74 | 6F | 34 | 0 | 4 | 37 | AF | 23 | 22 |
| Octal | 70 | 164 | 157 | 64 | 0 | 4 | 67 | 257 | 43 | 42 |
| Binary | 111000 | 1110100 | 1101111 | 110100 | 0 | 100 | 110111 | 10101111 | 100011 | 100010 |
Color Harmonies of #38746F
Complementary color
Monochromatic Colors of #38746F
Black with #38746F
Text Example
Text Example
White with #38746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38746F; }
p { color: rgb(56,116,111); }
H1.HeaderClassName
{
color: #38746F;
}
.AnyTagClassName
{
color: #38746F;
}
</style>
background-color css
<style>
a { background-color: #38746F; }
a { background-color: rgb(56,116,111); }
div.DivClassName
{
background-color: #38746F;
}
.BgClassName
{
background-color: #38746F;
}
</style>
border-color css
<style>
span { border-color: #38746F; }
span { border-color: rgb(56,116,111); }
td.TdClassName
{
border-color: #38746F;
}
.TagClassName
{
border-color: #38746F;
}
</style>