Shades of Genoa #23796B
Tints of Genoa #23796B
RGB
CMYK
RGB Variations
Color information
#23796B (or 0x23796B) is known color: Genoa. HEX triplet: 23, 79 and 6B. RGB value is (35,121,107). Sum of RGB (Red+Green+Blue) = 35+121+107=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #23796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23796B is #DC8694. Grayscale: #5D5D5D. Windows color (decimal): -14452373 or 7043363. OLE color: 7043363.
HSL color Cylindrical-coordinate representation of color #23796B: hue angle of 170.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23796B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 107 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.53 |
| HSL | 170.23º | 0.55% | 0.31% | - |
| HSV(B) | 170.23º | 0.71% | 0.47% | - |
| XYZ | 10.18 | 15.09 | 16.29 | - |
| YUV | 93.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 107 | 0.71 | 0 | 0.12 | 0.53 | 170.23 | 0.55 | 0.31 |
| Hex | 23 | 79 | 6B | 47 | 0 | C | 35 | AA | 37 | 1F |
| Octal | 43 | 171 | 153 | 107 | 0 | 14 | 65 | 252 | 67 | 37 |
| Binary | 100011 | 1111001 | 1101011 | 1000111 | 0 | 1100 | 110101 | 10101010 | 110111 | 11111 |
Color Harmonies of #23796B
Complementary color
Monochromatic Colors of #23796B
Black with #23796B
Text Example
Text Example
White with #23796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23796B; }
p { color: rgb(35,121,107); }
H1.HeaderClassName
{
color: #23796B;
}
.AnyTagClassName
{
color: #23796B;
}
</style>
background-color css
<style>
a { background-color: #23796B; }
a { background-color: rgb(35,121,107); }
div.DivClassName
{
background-color: #23796B;
}
.BgClassName
{
background-color: #23796B;
}
</style>
border-color css
<style>
span { border-color: #23796B; }
span { border-color: rgb(35,121,107); }
td.TdClassName
{
border-color: #23796B;
}
.TagClassName
{
border-color: #23796B;
}
</style>