Shades of Genoa #367A69
Tints of Genoa #367A69
RGB
CMYK
RGB Variations
Color information
#367A69 (or 0x367A69) is known color: Genoa. HEX triplet: 36, 7A and 69. RGB value is (54,122,105). Sum of RGB (Red+Green+Blue) = 54+122+105=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #367A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A69 is #C98596. Grayscale: #636363. Windows color (decimal): -13206935 or 6912566. OLE color: 6912566.
HSL color Cylindrical-coordinate representation of color #367A69: hue angle of 165º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A69 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 122 | 105 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.52 |
| HSL | 165º | 0.39% | 0.35% | - |
| HSV(B) | 165º | 0.56% | 0.48% | - |
| XYZ | 11.03 | 15.72 | 15.82 | - |
| YUV | 99.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 105 | 0.56 | 0 | 0.14 | 0.52 | 165 | 0.39 | 0.35 |
| Hex | 36 | 7A | 69 | 38 | 0 | E | 34 | A5 | 27 | 23 |
| Octal | 66 | 172 | 151 | 70 | 0 | 16 | 64 | 245 | 47 | 43 |
| Binary | 110110 | 1111010 | 1101001 | 111000 | 0 | 1110 | 110100 | 10100101 | 100111 | 100011 |
Color Harmonies of #367A69
Complementary color
Monochromatic Colors of #367A69
Black with #367A69
Text Example
Text Example
White with #367A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A69; }
p { color: rgb(54,122,105); }
H1.HeaderClassName
{
color: #367A69;
}
.AnyTagClassName
{
color: #367A69;
}
</style>
background-color css
<style>
a { background-color: #367A69; }
a { background-color: rgb(54,122,105); }
div.DivClassName
{
background-color: #367A69;
}
.BgClassName
{
background-color: #367A69;
}
</style>
border-color css
<style>
span { border-color: #367A69; }
span { border-color: rgb(54,122,105); }
td.TdClassName
{
border-color: #367A69;
}
.TagClassName
{
border-color: #367A69;
}
</style>