Shades of Genoa #38706A
Tints of Genoa #38706A
RGB
CMYK
RGB Variations
Color information
#38706A (or 0x38706A) is known color: Genoa. HEX triplet: 38, 70 and 6A. RGB value is (56,112,106). Sum of RGB (Red+Green+Blue) = 56+112+106=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #38706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38706A is #C78F95. Grayscale: #5E5E5E. Windows color (decimal): -13078422 or 6975544. OLE color: 6975544.
HSL color Cylindrical-coordinate representation of color #38706A: hue angle of 173.57º 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 #38706A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 112 | 106 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.56 |
| HSL | 173.57º | 0.33% | 0.33% | - |
| HSV(B) | 173.57º | 0.5% | 0.44% | - |
| XYZ | 10.03 | 13.47 | 15.71 | - |
| YUV | 94.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 106 | 0.50 | 0 | 0.05 | 0.56 | 173.57 | 0.33 | 0.33 |
| Hex | 38 | 70 | 6A | 32 | 0 | 5 | 38 | AE | 21 | 21 |
| Octal | 70 | 160 | 152 | 62 | 0 | 5 | 70 | 256 | 41 | 41 |
| Binary | 111000 | 1110000 | 1101010 | 110010 | 0 | 101 | 111000 | 10101110 | 100001 | 100001 |
Color Harmonies of #38706A
Complementary color
Monochromatic Colors of #38706A
Black with #38706A
Text Example
Text Example
White with #38706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38706A; }
p { color: rgb(56,112,106); }
H1.HeaderClassName
{
color: #38706A;
}
.AnyTagClassName
{
color: #38706A;
}
</style>
background-color css
<style>
a { background-color: #38706A; }
a { background-color: rgb(56,112,106); }
div.DivClassName
{
background-color: #38706A;
}
.BgClassName
{
background-color: #38706A;
}
</style>
border-color css
<style>
span { border-color: #38706A; }
span { border-color: rgb(56,112,106); }
td.TdClassName
{
border-color: #38706A;
}
.TagClassName
{
border-color: #38706A;
}
</style>