Shades of Genoa #38726D
Tints of Genoa #38726D
RGB
CMYK
RGB Variations
Color information
#38726D (or 0x38726D) is known color: Genoa. HEX triplet: 38, 72 and 6D. RGB value is (56,114,109). Sum of RGB (Red+Green+Blue) = 56+114+109=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #38726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38726D is #C78D92. Grayscale: #606060. Windows color (decimal): -13077907 or 7172664. OLE color: 7172664.
HSL color Cylindrical-coordinate representation of color #38726D: hue angle of 174.83º 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 #38726D is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 109 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.55 |
| HSL | 174.83º | 0.34% | 0.33% | - |
| HSV(B) | 174.83º | 0.51% | 0.45% | - |
| XYZ | 10.41 | 13.98 | 16.62 | - |
| YUV | 96.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 109 | 0.51 | 0 | 0.04 | 0.55 | 174.83 | 0.34 | 0.33 |
| Hex | 38 | 72 | 6D | 33 | 0 | 4 | 37 | AF | 22 | 21 |
| Octal | 70 | 162 | 155 | 63 | 0 | 4 | 67 | 257 | 42 | 41 |
| Binary | 111000 | 1110010 | 1101101 | 110011 | 0 | 100 | 110111 | 10101111 | 100010 | 100001 |
Color Harmonies of #38726D
Complementary color
Monochromatic Colors of #38726D
Black with #38726D
Text Example
Text Example
White with #38726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38726D; }
p { color: rgb(56,114,109); }
H1.HeaderClassName
{
color: #38726D;
}
.AnyTagClassName
{
color: #38726D;
}
</style>
background-color css
<style>
a { background-color: #38726D; }
a { background-color: rgb(56,114,109); }
div.DivClassName
{
background-color: #38726D;
}
.BgClassName
{
background-color: #38726D;
}
</style>
border-color css
<style>
span { border-color: #38726D; }
span { border-color: rgb(56,114,109); }
td.TdClassName
{
border-color: #38726D;
}
.TagClassName
{
border-color: #38726D;
}
</style>