Shades of Genoa #267363
Tints of Genoa #267363
RGB
CMYK
RGB Variations
Color information
#267363 (or 0x267363) is known color: Genoa. HEX triplet: 26, 73 and 63. RGB value is (38,115,99). Sum of RGB (Red+Green+Blue) = 38+115+99=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #267363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267363 is #D98C9C. Grayscale: #5A5A5A. Windows color (decimal): -14257309 or 6517542. OLE color: 6517542.
HSL color Cylindrical-coordinate representation of color #267363: hue angle of 167.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267363 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 99 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.55 |
| HSL | 167.53º | 0.5% | 0.3% | - |
| HSV(B) | 167.53º | 0.67% | 0.45% | - |
| XYZ | 9.18 | 13.57 | 13.94 | - |
| YUV | 90.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 99 | 0.67 | 0 | 0.14 | 0.55 | 167.53 | 0.5 | 0.3 |
| Hex | 26 | 73 | 63 | 43 | 0 | E | 37 | A8 | 32 | 1E |
| Octal | 46 | 163 | 143 | 103 | 0 | 16 | 67 | 250 | 62 | 36 |
| Binary | 100110 | 1110011 | 1100011 | 1000011 | 0 | 1110 | 110111 | 10101000 | 110010 | 11110 |
Color Harmonies of #267363
Complementary color
Monochromatic Colors of #267363
Black with #267363
Text Example
Text Example
White with #267363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267363; }
p { color: rgb(38,115,99); }
H1.HeaderClassName
{
color: #267363;
}
.AnyTagClassName
{
color: #267363;
}
</style>
background-color css
<style>
a { background-color: #267363; }
a { background-color: rgb(38,115,99); }
div.DivClassName
{
background-color: #267363;
}
.BgClassName
{
background-color: #267363;
}
</style>
border-color css
<style>
span { border-color: #267363; }
span { border-color: rgb(38,115,99); }
td.TdClassName
{
border-color: #267363;
}
.TagClassName
{
border-color: #267363;
}
</style>