Shades of Genoa #38726C
Tints of Genoa #38726C
RGB
CMYK
RGB Variations
Color information
#38726C (or 0x38726C) is known color: Genoa. HEX triplet: 38, 72 and 6C. RGB value is (56,114,108). Sum of RGB (Red+Green+Blue) = 56+114+108=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #38726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38726C is #C78D93. Grayscale: #5F5F5F. Windows color (decimal): -13077908 or 7107128. OLE color: 7107128.
HSL color Cylindrical-coordinate representation of color #38726C: hue angle of 173.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38726C is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 108 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.55 |
| HSL | 173.79º | 0.34% | 0.33% | - |
| HSV(B) | 173.79º | 0.51% | 0.45% | - |
| XYZ | 10.35 | 13.96 | 16.34 | - |
| YUV | 95.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 108 | 0.51 | 0 | 0.05 | 0.55 | 173.79 | 0.34 | 0.33 |
| Hex | 38 | 72 | 6C | 33 | 0 | 5 | 37 | AE | 22 | 21 |
| Octal | 70 | 162 | 154 | 63 | 0 | 5 | 67 | 256 | 42 | 41 |
| Binary | 111000 | 1110010 | 1101100 | 110011 | 0 | 101 | 110111 | 10101110 | 100010 | 100001 |
Color Harmonies of #38726C
Complementary color
Monochromatic Colors of #38726C
Black with #38726C
Text Example
Text Example
White with #38726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38726C; }
p { color: rgb(56,114,108); }
H1.HeaderClassName
{
color: #38726C;
}
.AnyTagClassName
{
color: #38726C;
}
</style>
background-color css
<style>
a { background-color: #38726C; }
a { background-color: rgb(56,114,108); }
div.DivClassName
{
background-color: #38726C;
}
.BgClassName
{
background-color: #38726C;
}
</style>
border-color css
<style>
span { border-color: #38726C; }
span { border-color: rgb(56,114,108); }
td.TdClassName
{
border-color: #38726C;
}
.TagClassName
{
border-color: #38726C;
}
</style>