Shades of Genoa #38756F
Tints of Genoa #38756F
RGB
CMYK
RGB Variations
Color information
#38756F (or 0x38756F) is known color: Genoa. HEX triplet: 38, 75 and 6F. RGB value is (56,117,111). Sum of RGB (Red+Green+Blue) = 56+117+111=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #38756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38756F is #C78A90. Grayscale: #626262. Windows color (decimal): -13077137 or 7304504. OLE color: 7304504.
HSL color Cylindrical-coordinate representation of color #38756F: hue angle of 174.1º 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 #38756F is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 117 | 111 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.54 |
| HSL | 174.1º | 0.35% | 0.34% | - |
| HSV(B) | 174.1º | 0.52% | 0.46% | - |
| XYZ | 10.86 | 14.71 | 17.31 | - |
| YUV | 98.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 111 | 0.52 | 0 | 0.05 | 0.54 | 174.1 | 0.35 | 0.34 |
| Hex | 38 | 75 | 6F | 34 | 0 | 5 | 36 | AE | 23 | 22 |
| Octal | 70 | 165 | 157 | 64 | 0 | 5 | 66 | 256 | 43 | 42 |
| Binary | 111000 | 1110101 | 1101111 | 110100 | 0 | 101 | 110110 | 10101110 | 100011 | 100010 |
Color Harmonies of #38756F
Complementary color
Monochromatic Colors of #38756F
Black with #38756F
Text Example
Text Example
White with #38756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38756F; }
p { color: rgb(56,117,111); }
H1.HeaderClassName
{
color: #38756F;
}
.AnyTagClassName
{
color: #38756F;
}
</style>
background-color css
<style>
a { background-color: #38756F; }
a { background-color: rgb(56,117,111); }
div.DivClassName
{
background-color: #38756F;
}
.BgClassName
{
background-color: #38756F;
}
</style>
border-color css
<style>
span { border-color: #38756F; }
span { border-color: rgb(56,117,111); }
td.TdClassName
{
border-color: #38756F;
}
.TagClassName
{
border-color: #38756F;
}
</style>