Shades of Genoa #25816F
Tints of Genoa #25816F
RGB
CMYK
RGB Variations
Color information
#25816F (or 0x25816F) is known color: Genoa. HEX triplet: 25, 81 and 6F. RGB value is (37,129,111). Sum of RGB (Red+Green+Blue) = 37+129+111=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #25816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25816F is #DA7E90. Grayscale: #636363. Windows color (decimal): -14319249 or 7307557. OLE color: 7307557.
HSL color Cylindrical-coordinate representation of color #25816F: hue angle of 168.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25816F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 129 | 111 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.49 |
| HSL | 168.26º | 0.55% | 0.33% | - |
| HSV(B) | 168.26º | 0.71% | 0.51% | - |
| XYZ | 11.48 | 17.24 | 17.76 | - |
| YUV | 99.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 111 | 0.71 | 0 | 0.14 | 0.49 | 168.26 | 0.55 | 0.33 |
| Hex | 25 | 81 | 6F | 47 | 0 | E | 31 | A8 | 37 | 21 |
| Octal | 45 | 201 | 157 | 107 | 0 | 16 | 61 | 250 | 67 | 41 |
| Binary | 100101 | 10000001 | 1101111 | 1000111 | 0 | 1110 | 110001 | 10101000 | 110111 | 100001 |
Color Harmonies of #25816F
Complementary color
Monochromatic Colors of #25816F
Black with #25816F
Text Example
Text Example
White with #25816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25816F; }
p { color: rgb(37,129,111); }
H1.HeaderClassName
{
color: #25816F;
}
.AnyTagClassName
{
color: #25816F;
}
</style>
background-color css
<style>
a { background-color: #25816F; }
a { background-color: rgb(37,129,111); }
div.DivClassName
{
background-color: #25816F;
}
.BgClassName
{
background-color: #25816F;
}
</style>
border-color css
<style>
span { border-color: #25816F; }
span { border-color: rgb(37,129,111); }
td.TdClassName
{
border-color: #25816F;
}
.TagClassName
{
border-color: #25816F;
}
</style>