Shades of Genoa #38756D
Tints of Genoa #38756D
RGB
CMYK
RGB Variations
Color information
#38756D (or 0x38756D) is known color: Genoa. HEX triplet: 38, 75 and 6D. RGB value is (56,117,109). Sum of RGB (Red+Green+Blue) = 56+117+109=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #38756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38756D is #C78A92. Grayscale: #616161. Windows color (decimal): -13077139 or 7173432. OLE color: 7173432.
HSL color Cylindrical-coordinate representation of color #38756D: hue angle of 172.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38756D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 109 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.54 |
| HSL | 172.13º | 0.35% | 0.34% | - |
| HSV(B) | 172.13º | 0.52% | 0.46% | - |
| XYZ | 10.75 | 14.67 | 16.73 | - |
| YUV | 97.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 109 | 0.52 | 0 | 0.07 | 0.54 | 172.13 | 0.35 | 0.34 |
| Hex | 38 | 75 | 6D | 34 | 0 | 7 | 36 | AC | 23 | 22 |
| Octal | 70 | 165 | 155 | 64 | 0 | 7 | 66 | 254 | 43 | 42 |
| Binary | 111000 | 1110101 | 1101101 | 110100 | 0 | 111 | 110110 | 10101100 | 100011 | 100010 |
Color Harmonies of #38756D
Complementary color
Monochromatic Colors of #38756D
Black with #38756D
Text Example
Text Example
White with #38756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38756D; }
p { color: rgb(56,117,109); }
H1.HeaderClassName
{
color: #38756D;
}
.AnyTagClassName
{
color: #38756D;
}
</style>
background-color css
<style>
a { background-color: #38756D; }
a { background-color: rgb(56,117,109); }
div.DivClassName
{
background-color: #38756D;
}
.BgClassName
{
background-color: #38756D;
}
</style>
border-color css
<style>
span { border-color: #38756D; }
span { border-color: rgb(56,117,109); }
td.TdClassName
{
border-color: #38756D;
}
.TagClassName
{
border-color: #38756D;
}
</style>