Shades of Genoa #386F64
Tints of Genoa #386F64
RGB
CMYK
RGB Variations
Color information
#386F64 (or 0x386F64) is known color: Genoa. HEX triplet: 38, 6F and 64. RGB value is (56,111,100). Sum of RGB (Red+Green+Blue) = 56+111+100=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #386F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F64 is #C7909B. Grayscale: #5D5D5D. Windows color (decimal): -13078684 or 6582072. OLE color: 6582072.
HSL color Cylindrical-coordinate representation of color #386F64: hue angle of 168º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F64 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 100 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.56 |
| HSL | 168º | 0.33% | 0.33% | - |
| HSV(B) | 168º | 0.5% | 0.44% | - |
| XYZ | 9.62 | 13.13 | 14.08 | - |
| YUV | 93.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 100 | 0.50 | 0 | 0.10 | 0.56 | 168 | 0.33 | 0.33 |
| Hex | 38 | 6F | 64 | 32 | 0 | A | 38 | A8 | 21 | 21 |
| Octal | 70 | 157 | 144 | 62 | 0 | 12 | 70 | 250 | 41 | 41 |
| Binary | 111000 | 1101111 | 1100100 | 110010 | 0 | 1010 | 111000 | 10101000 | 100001 | 100001 |
Color Harmonies of #386F64
Complementary color
Monochromatic Colors of #386F64
Black with #386F64
Text Example
Text Example
White with #386F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F64; }
p { color: rgb(56,111,100); }
H1.HeaderClassName
{
color: #386F64;
}
.AnyTagClassName
{
color: #386F64;
}
</style>
background-color css
<style>
a { background-color: #386F64; }
a { background-color: rgb(56,111,100); }
div.DivClassName
{
background-color: #386F64;
}
.BgClassName
{
background-color: #386F64;
}
</style>
border-color css
<style>
span { border-color: #386F64; }
span { border-color: rgb(56,111,100); }
td.TdClassName
{
border-color: #386F64;
}
.TagClassName
{
border-color: #386F64;
}
</style>