Shades of Genoa #38867A
Tints of Genoa #38867A
RGB
CMYK
RGB Variations
Color information
#38867A (or 0x38867A) is known color: Genoa. HEX triplet: 38, 86 and 7A. RGB value is (56,134,122). Sum of RGB (Red+Green+Blue) = 56+134+122=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #38867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38867A is #C77985. Grayscale: #6D6D6D. Windows color (decimal): -13072774 or 8029752. OLE color: 8029752.
HSL color Cylindrical-coordinate representation of color #38867A: hue angle of 170.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38867A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 122 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.47 |
| HSL | 170.77º | 0.41% | 0.37% | - |
| HSV(B) | 170.77º | 0.58% | 0.53% | - |
| XYZ | 13.67 | 19.3 | 21.42 | - |
| YUV | 109.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 122 | 0.58 | 0 | 0.09 | 0.47 | 170.77 | 0.41 | 0.37 |
| Hex | 38 | 86 | 7A | 3A | 0 | 9 | 2F | AB | 29 | 25 |
| Octal | 70 | 206 | 172 | 72 | 0 | 11 | 57 | 253 | 51 | 45 |
| Binary | 111000 | 10000110 | 1111010 | 111010 | 0 | 1001 | 101111 | 10101011 | 101001 | 100101 |
Color Harmonies of #38867A
Complementary color
Monochromatic Colors of #38867A
Black with #38867A
Text Example
Text Example
White with #38867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38867A; }
p { color: rgb(56,134,122); }
H1.HeaderClassName
{
color: #38867A;
}
.AnyTagClassName
{
color: #38867A;
}
</style>
background-color css
<style>
a { background-color: #38867A; }
a { background-color: rgb(56,134,122); }
div.DivClassName
{
background-color: #38867A;
}
.BgClassName
{
background-color: #38867A;
}
</style>
border-color css
<style>
span { border-color: #38867A; }
span { border-color: rgb(56,134,122); }
td.TdClassName
{
border-color: #38867A;
}
.TagClassName
{
border-color: #38867A;
}
</style>