Shades of Genoa #307764
Tints of Genoa #307764
RGB
CMYK
RGB Variations
Color information
#307764 (or 0x307764) is known color: Genoa. HEX triplet: 30, 77 and 64. RGB value is (48,119,100). Sum of RGB (Red+Green+Blue) = 48+119+100=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #307764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307764 is #CF889B. Grayscale: #5F5F5F. Windows color (decimal): -13600924 or 6584112. OLE color: 6584112.
HSL color Cylindrical-coordinate representation of color #307764: hue angle of 163.94º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307764 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 100 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.53 |
| HSL | 163.94º | 0.43% | 0.33% | - |
| HSV(B) | 163.94º | 0.6% | 0.47% | - |
| XYZ | 10.12 | 14.74 | 14.37 | - |
| YUV | 95.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 100 | 0.60 | 0 | 0.16 | 0.53 | 163.94 | 0.43 | 0.33 |
| Hex | 30 | 77 | 64 | 3C | 0 | 10 | 35 | A4 | 2B | 21 |
| Octal | 60 | 167 | 144 | 74 | 0 | 20 | 65 | 244 | 53 | 41 |
| Binary | 110000 | 1110111 | 1100100 | 111100 | 0 | 10000 | 110101 | 10100100 | 101011 | 100001 |
Color Harmonies of #307764
Complementary color
Monochromatic Colors of #307764
Black with #307764
Text Example
Text Example
White with #307764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307764; }
p { color: rgb(48,119,100); }
H1.HeaderClassName
{
color: #307764;
}
.AnyTagClassName
{
color: #307764;
}
</style>
background-color css
<style>
a { background-color: #307764; }
a { background-color: rgb(48,119,100); }
div.DivClassName
{
background-color: #307764;
}
.BgClassName
{
background-color: #307764;
}
</style>
border-color css
<style>
span { border-color: #307764; }
span { border-color: rgb(48,119,100); }
td.TdClassName
{
border-color: #307764;
}
.TagClassName
{
border-color: #307764;
}
</style>