Shades of Genoa #306B64
Tints of Genoa #306B64
RGB
CMYK
RGB Variations
Color information
#306B64 (or 0x306B64) is known color: Genoa. HEX triplet: 30, 6B and 64. RGB value is (48,107,100). Sum of RGB (Red+Green+Blue) = 48+107+100=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #306B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B64 is #CF949B. Grayscale: #585858. Windows color (decimal): -13603996 or 6581040. OLE color: 6581040.
HSL color Cylindrical-coordinate representation of color #306B64: hue angle of 172.88º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B64 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 107 | 100 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.58 |
| HSL | 172.88º | 0.38% | 0.3% | - |
| HSV(B) | 172.88º | 0.55% | 0.42% | - |
| XYZ | 8.78 | 12.06 | 13.92 | - |
| YUV | 88.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 100 | 0.55 | 0 | 0.07 | 0.58 | 172.88 | 0.38 | 0.3 |
| Hex | 30 | 6B | 64 | 37 | 0 | 7 | 3A | AD | 26 | 1E |
| Octal | 60 | 153 | 144 | 67 | 0 | 7 | 72 | 255 | 46 | 36 |
| Binary | 110000 | 1101011 | 1100100 | 110111 | 0 | 111 | 111010 | 10101101 | 100110 | 11110 |
Color Harmonies of #306B64
Complementary color
Monochromatic Colors of #306B64
Black with #306B64
Text Example
Text Example
White with #306B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B64; }
p { color: rgb(48,107,100); }
H1.HeaderClassName
{
color: #306B64;
}
.AnyTagClassName
{
color: #306B64;
}
</style>
background-color css
<style>
a { background-color: #306B64; }
a { background-color: rgb(48,107,100); }
div.DivClassName
{
background-color: #306B64;
}
.BgClassName
{
background-color: #306B64;
}
</style>
border-color css
<style>
span { border-color: #306B64; }
span { border-color: rgb(48,107,100); }
td.TdClassName
{
border-color: #306B64;
}
.TagClassName
{
border-color: #306B64;
}
</style>