Shades of Genoa #38736C
Tints of Genoa #38736C
RGB
CMYK
RGB Variations
Color information
#38736C (or 0x38736C) is known color: Genoa. HEX triplet: 38, 73 and 6C. RGB value is (56,115,108). Sum of RGB (Red+Green+Blue) = 56+115+108=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #38736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38736C is #C78C93. Grayscale: #606060. Windows color (decimal): -13077652 or 7107384. OLE color: 7107384.
HSL color Cylindrical-coordinate representation of color #38736C: hue angle of 172.88º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38736C is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 115 | 108 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.55 |
| HSL | 172.88º | 0.35% | 0.34% | - |
| HSV(B) | 172.88º | 0.51% | 0.45% | - |
| XYZ | 10.47 | 14.18 | 16.37 | - |
| YUV | 96.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 108 | 0.51 | 0 | 0.06 | 0.55 | 172.88 | 0.35 | 0.34 |
| Hex | 38 | 73 | 6C | 33 | 0 | 6 | 37 | AD | 23 | 22 |
| Octal | 70 | 163 | 154 | 63 | 0 | 6 | 67 | 255 | 43 | 42 |
| Binary | 111000 | 1110011 | 1101100 | 110011 | 0 | 110 | 110111 | 10101101 | 100011 | 100010 |
Color Harmonies of #38736C
Complementary color
Monochromatic Colors of #38736C
Black with #38736C
Text Example
Text Example
White with #38736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38736C; }
p { color: rgb(56,115,108); }
H1.HeaderClassName
{
color: #38736C;
}
.AnyTagClassName
{
color: #38736C;
}
</style>
background-color css
<style>
a { background-color: #38736C; }
a { background-color: rgb(56,115,108); }
div.DivClassName
{
background-color: #38736C;
}
.BgClassName
{
background-color: #38736C;
}
</style>
border-color css
<style>
span { border-color: #38736C; }
span { border-color: rgb(56,115,108); }
td.TdClassName
{
border-color: #38736C;
}
.TagClassName
{
border-color: #38736C;
}
</style>