Shades of Genoa #38877A
Tints of Genoa #38877A
RGB
CMYK
RGB Variations
Color information
#38877A (or 0x38877A) is known color: Genoa. HEX triplet: 38, 87 and 7A. RGB value is (56,135,122). Sum of RGB (Red+Green+Blue) = 56+135+122=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #38877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38877A is #C77885. Grayscale: #6D6D6D. Windows color (decimal): -13072518 or 8030008. OLE color: 8030008.
HSL color Cylindrical-coordinate representation of color #38877A: hue angle of 170.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38877A is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 135 | 122 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.47 |
| HSL | 170.13º | 0.41% | 0.37% | - |
| HSV(B) | 170.13º | 0.59% | 0.53% | - |
| XYZ | 13.81 | 19.57 | 21.46 | - |
| YUV | 109.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 122 | 0.59 | 0 | 0.10 | 0.47 | 170.13 | 0.41 | 0.37 |
| Hex | 38 | 87 | 7A | 3B | 0 | A | 2F | AA | 29 | 25 |
| Octal | 70 | 207 | 172 | 73 | 0 | 12 | 57 | 252 | 51 | 45 |
| Binary | 111000 | 10000111 | 1111010 | 111011 | 0 | 1010 | 101111 | 10101010 | 101001 | 100101 |
Color Harmonies of #38877A
Complementary color
Monochromatic Colors of #38877A
Black with #38877A
Text Example
Text Example
White with #38877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38877A; }
p { color: rgb(56,135,122); }
H1.HeaderClassName
{
color: #38877A;
}
.AnyTagClassName
{
color: #38877A;
}
</style>
background-color css
<style>
a { background-color: #38877A; }
a { background-color: rgb(56,135,122); }
div.DivClassName
{
background-color: #38877A;
}
.BgClassName
{
background-color: #38877A;
}
</style>
border-color css
<style>
span { border-color: #38877A; }
span { border-color: rgb(56,135,122); }
td.TdClassName
{
border-color: #38877A;
}
.TagClassName
{
border-color: #38877A;
}
</style>