Shades of Genoa #227B6C
Tints of Genoa #227B6C
RGB
CMYK
RGB Variations
Color information
#227B6C (or 0x227B6C) is known color: Genoa. HEX triplet: 22, 7B and 6C. RGB value is (34,123,108). Sum of RGB (Red+Green+Blue) = 34+123+108=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #227B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B6C is #DD8493. Grayscale: #5E5E5E. Windows color (decimal): -14517396 or 7109410. OLE color: 7109410.
HSL color Cylindrical-coordinate representation of color #227B6C: hue angle of 169.89º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B6C is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 123 | 108 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.52 |
| HSL | 169.89º | 0.57% | 0.31% | - |
| HSV(B) | 169.89º | 0.72% | 0.48% | - |
| XYZ | 10.45 | 15.59 | 16.65 | - |
| YUV | 94.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 108 | 0.72 | 0 | 0.12 | 0.52 | 169.89 | 0.57 | 0.31 |
| Hex | 22 | 7B | 6C | 48 | 0 | C | 34 | AA | 39 | 1F |
| Octal | 42 | 173 | 154 | 110 | 0 | 14 | 64 | 252 | 71 | 37 |
| Binary | 100010 | 1111011 | 1101100 | 1001000 | 0 | 1100 | 110100 | 10101010 | 111001 | 11111 |
Color Harmonies of #227B6C
Complementary color
Monochromatic Colors of #227B6C
Black with #227B6C
Text Example
Text Example
White with #227B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B6C; }
p { color: rgb(34,123,108); }
H1.HeaderClassName
{
color: #227B6C;
}
.AnyTagClassName
{
color: #227B6C;
}
</style>
background-color css
<style>
a { background-color: #227B6C; }
a { background-color: rgb(34,123,108); }
div.DivClassName
{
background-color: #227B6C;
}
.BgClassName
{
background-color: #227B6C;
}
</style>
border-color css
<style>
span { border-color: #227B6C; }
span { border-color: rgb(34,123,108); }
td.TdClassName
{
border-color: #227B6C;
}
.TagClassName
{
border-color: #227B6C;
}
</style>