Shades of Genoa #25756A
Tints of Genoa #25756A
RGB
CMYK
RGB Variations
Color information
#25756A (or 0x25756A) is known color: Genoa. HEX triplet: 25, 75 and 6A. RGB value is (37,117,106). Sum of RGB (Red+Green+Blue) = 37+117+106=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #25756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25756A is #DA8A95. Grayscale: #5B5B5B. Windows color (decimal): -14322326 or 6976805. OLE color: 6976805.
HSL color Cylindrical-coordinate representation of color #25756A: hue angle of 171.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25756A is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 106 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.54 |
| HSL | 171.75º | 0.52% | 0.3% | - |
| HSV(B) | 171.75º | 0.68% | 0.46% | - |
| XYZ | 9.73 | 14.16 | 15.86 | - |
| YUV | 91.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 106 | 0.68 | 0 | 0.09 | 0.54 | 171.75 | 0.52 | 0.3 |
| Hex | 25 | 75 | 6A | 44 | 0 | 9 | 36 | AC | 34 | 1E |
| Octal | 45 | 165 | 152 | 104 | 0 | 11 | 66 | 254 | 64 | 36 |
| Binary | 100101 | 1110101 | 1101010 | 1000100 | 0 | 1001 | 110110 | 10101100 | 110100 | 11110 |
Color Harmonies of #25756A
Complementary color
Monochromatic Colors of #25756A
Black with #25756A
Text Example
Text Example
White with #25756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25756A; }
p { color: rgb(37,117,106); }
H1.HeaderClassName
{
color: #25756A;
}
.AnyTagClassName
{
color: #25756A;
}
</style>
background-color css
<style>
a { background-color: #25756A; }
a { background-color: rgb(37,117,106); }
div.DivClassName
{
background-color: #25756A;
}
.BgClassName
{
background-color: #25756A;
}
</style>
border-color css
<style>
span { border-color: #25756A; }
span { border-color: rgb(37,117,106); }
td.TdClassName
{
border-color: #25756A;
}
.TagClassName
{
border-color: #25756A;
}
</style>