Shades of Genoa #38706C
Tints of Genoa #38706C
RGB
CMYK
RGB Variations
Color information
#38706C (or 0x38706C) is known color: Genoa. HEX triplet: 38, 70 and 6C. RGB value is (56,112,108). Sum of RGB (Red+Green+Blue) = 56+112+108=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #38706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38706C is #C78F93. Grayscale: #5E5E5E. Windows color (decimal): -13078420 or 7106616. OLE color: 7106616.
HSL color Cylindrical-coordinate representation of color #38706C: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38706C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 108 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.56 |
| HSL | 175.71º | 0.33% | 0.33% | - |
| HSV(B) | 175.71º | 0.5% | 0.44% | - |
| XYZ | 10.13 | 13.51 | 16.26 | - |
| YUV | 94.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 108 | 0.50 | 0 | 0.04 | 0.56 | 175.71 | 0.33 | 0.33 |
| Hex | 38 | 70 | 6C | 32 | 0 | 4 | 38 | B0 | 21 | 21 |
| Octal | 70 | 160 | 154 | 62 | 0 | 4 | 70 | 260 | 41 | 41 |
| Binary | 111000 | 1110000 | 1101100 | 110010 | 0 | 100 | 111000 | 10110000 | 100001 | 100001 |
Color Harmonies of #38706C
Complementary color
Monochromatic Colors of #38706C
Black with #38706C
Text Example
Text Example
White with #38706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38706C; }
p { color: rgb(56,112,108); }
H1.HeaderClassName
{
color: #38706C;
}
.AnyTagClassName
{
color: #38706C;
}
</style>
background-color css
<style>
a { background-color: #38706C; }
a { background-color: rgb(56,112,108); }
div.DivClassName
{
background-color: #38706C;
}
.BgClassName
{
background-color: #38706C;
}
</style>
border-color css
<style>
span { border-color: #38706C; }
span { border-color: rgb(56,112,108); }
td.TdClassName
{
border-color: #38706C;
}
.TagClassName
{
border-color: #38706C;
}
</style>