Shades of Eden #25695B
Tints of Eden #25695B
RGB
CMYK
RGB Variations
Color information
#25695B (or 0x25695B) is known color: Eden. HEX triplet: 25, 69 and 5B. RGB value is (37,105,91). Sum of RGB (Red+Green+Blue) = 37+105+91=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #25695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25695B is #DA96A4. Grayscale: #535353. Windows color (decimal): -14325413 or 5990693. OLE color: 5990693.
HSL color Cylindrical-coordinate representation of color #25695B: hue angle of 167.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25695B is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 91 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.59 |
| HSL | 167.65º | 0.48% | 0.28% | - |
| HSV(B) | 167.65º | 0.65% | 0.41% | - |
| XYZ | 7.7 | 11.25 | 11.66 | - |
| YUV | 83.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 91 | 0.65 | 0 | 0.13 | 0.59 | 167.65 | 0.48 | 0.28 |
| Hex | 25 | 69 | 5B | 41 | 0 | D | 3B | A8 | 30 | 1C |
| Octal | 45 | 151 | 133 | 101 | 0 | 15 | 73 | 250 | 60 | 34 |
| Binary | 100101 | 1101001 | 1011011 | 1000001 | 0 | 1101 | 111011 | 10101000 | 110000 | 11100 |
Color Harmonies of #25695B
Complementary color
Monochromatic Colors of #25695B
Black with #25695B
Text Example
Text Example
White with #25695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25695B; }
p { color: rgb(37,105,91); }
H1.HeaderClassName
{
color: #25695B;
}
.AnyTagClassName
{
color: #25695B;
}
</style>
background-color css
<style>
a { background-color: #25695B; }
a { background-color: rgb(37,105,91); }
div.DivClassName
{
background-color: #25695B;
}
.BgClassName
{
background-color: #25695B;
}
</style>
border-color css
<style>
span { border-color: #25695B; }
span { border-color: rgb(37,105,91); }
td.TdClassName
{
border-color: #25695B;
}
.TagClassName
{
border-color: #25695B;
}
</style>