Shades of Genoa #338A79
Tints of Genoa #338A79
RGB
CMYK
RGB Variations
Color information
#338A79 (or 0x338A79) is known color: Genoa. HEX triplet: 33, 8A and 79. RGB value is (51,138,121). Sum of RGB (Red+Green+Blue) = 51+138+121=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #338A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A79 is #CC7586. Grayscale: #6E6E6E. Windows color (decimal): -13399431 or 7965235. OLE color: 7965235.
HSL color Cylindrical-coordinate representation of color #338A79: hue angle of 168.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A79 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 121 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.46 |
| HSL | 168.28º | 0.46% | 0.37% | - |
| HSV(B) | 168.28º | 0.63% | 0.54% | - |
| XYZ | 13.9 | 20.26 | 21.27 | - |
| YUV | 110.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 121 | 0.63 | 0 | 0.12 | 0.46 | 168.28 | 0.46 | 0.37 |
| Hex | 33 | 8A | 79 | 3F | 0 | C | 2E | A8 | 2E | 25 |
| Octal | 63 | 212 | 171 | 77 | 0 | 14 | 56 | 250 | 56 | 45 |
| Binary | 110011 | 10001010 | 1111001 | 111111 | 0 | 1100 | 101110 | 10101000 | 101110 | 100101 |
Color Harmonies of #338A79
Complementary color
Monochromatic Colors of #338A79
Black with #338A79
Text Example
Text Example
White with #338A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A79; }
p { color: rgb(51,138,121); }
H1.HeaderClassName
{
color: #338A79;
}
.AnyTagClassName
{
color: #338A79;
}
</style>
background-color css
<style>
a { background-color: #338A79; }
a { background-color: rgb(51,138,121); }
div.DivClassName
{
background-color: #338A79;
}
.BgClassName
{
background-color: #338A79;
}
</style>
border-color css
<style>
span { border-color: #338A79; }
span { border-color: rgb(51,138,121); }
td.TdClassName
{
border-color: #338A79;
}
.TagClassName
{
border-color: #338A79;
}
</style>