Shades of Genoa #25766C
Tints of Genoa #25766C
RGB
CMYK
RGB Variations
Color information
#25766C (or 0x25766C) is known color: Genoa. HEX triplet: 25, 76 and 6C. RGB value is (37,118,108). Sum of RGB (Red+Green+Blue) = 37+118+108=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #25766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25766C is #DA8993. Grayscale: #5C5C5C. Windows color (decimal): -14322068 or 7108133. OLE color: 7108133.
HSL color Cylindrical-coordinate representation of color #25766C: hue angle of 172.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25766C is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 108 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.54 |
| HSL | 172.59º | 0.52% | 0.3% | - |
| HSV(B) | 172.59º | 0.69% | 0.46% | - |
| XYZ | 9.95 | 14.43 | 16.45 | - |
| YUV | 92.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 108 | 0.69 | 0 | 0.08 | 0.54 | 172.59 | 0.52 | 0.3 |
| Hex | 25 | 76 | 6C | 45 | 0 | 8 | 36 | AD | 34 | 1E |
| Octal | 45 | 166 | 154 | 105 | 0 | 10 | 66 | 255 | 64 | 36 |
| Binary | 100101 | 1110110 | 1101100 | 1000101 | 0 | 1000 | 110110 | 10101101 | 110100 | 11110 |
Color Harmonies of #25766C
Complementary color
Monochromatic Colors of #25766C
Black with #25766C
Text Example
Text Example
White with #25766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25766C; }
p { color: rgb(37,118,108); }
H1.HeaderClassName
{
color: #25766C;
}
.AnyTagClassName
{
color: #25766C;
}
</style>
background-color css
<style>
a { background-color: #25766C; }
a { background-color: rgb(37,118,108); }
div.DivClassName
{
background-color: #25766C;
}
.BgClassName
{
background-color: #25766C;
}
</style>
border-color css
<style>
span { border-color: #25766C; }
span { border-color: rgb(37,118,108); }
td.TdClassName
{
border-color: #25766C;
}
.TagClassName
{
border-color: #25766C;
}
</style>