Shades of Genoa #338270
Tints of Genoa #338270
RGB
CMYK
RGB Variations
Color information
#338270 (or 0x338270) is known color: Genoa. HEX triplet: 33, 82 and 70. RGB value is (51,130,112). Sum of RGB (Red+Green+Blue) = 51+130+112=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #338270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338270 is #CC7D8F. Grayscale: #686868. Windows color (decimal): -13401488 or 7373363. OLE color: 7373363.
HSL color Cylindrical-coordinate representation of color #338270: hue angle of 166.33º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338270 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 112 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.49 |
| HSL | 166.33º | 0.44% | 0.35% | - |
| HSV(B) | 166.33º | 0.61% | 0.51% | - |
| XYZ | 12.27 | 17.84 | 18.13 | - |
| YUV | 104.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 112 | 0.61 | 0 | 0.14 | 0.49 | 166.33 | 0.44 | 0.35 |
| Hex | 33 | 82 | 70 | 3D | 0 | E | 31 | A6 | 2C | 23 |
| Octal | 63 | 202 | 160 | 75 | 0 | 16 | 61 | 246 | 54 | 43 |
| Binary | 110011 | 10000010 | 1110000 | 111101 | 0 | 1110 | 110001 | 10100110 | 101100 | 100011 |
Color Harmonies of #338270
Complementary color
Monochromatic Colors of #338270
Black with #338270
Text Example
Text Example
White with #338270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338270; }
p { color: rgb(51,130,112); }
H1.HeaderClassName
{
color: #338270;
}
.AnyTagClassName
{
color: #338270;
}
</style>
background-color css
<style>
a { background-color: #338270; }
a { background-color: rgb(51,130,112); }
div.DivClassName
{
background-color: #338270;
}
.BgClassName
{
background-color: #338270;
}
</style>
border-color css
<style>
span { border-color: #338270; }
span { border-color: rgb(51,130,112); }
td.TdClassName
{
border-color: #338270;
}
.TagClassName
{
border-color: #338270;
}
</style>