Shades of Evening Sea #26574A
Tints of Evening Sea #26574A
RGB
CMYK
RGB Variations
Color information
#26574A (or 0x26574A) is known color: Evening Sea. HEX triplet: 26, 57 and 4A. RGB value is (38,87,74). Sum of RGB (Red+Green+Blue) = 38+87+74=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #26574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26574A is #D9A8B5. Grayscale: #464646. Windows color (decimal): -14264502 or 4871974. OLE color: 4871974.
HSL color Cylindrical-coordinate representation of color #26574A: hue angle of 164.08º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26574A is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 87 | 74 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.66 |
| HSL | 164.08º | 0.39% | 0.25% | - |
| HSV(B) | 164.08º | 0.56% | 0.34% | - |
| XYZ | 5.44 | 7.72 | 7.68 | - |
| YUV | 70.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 87 | 74 | 0.56 | 0 | 0.15 | 0.66 | 164.08 | 0.39 | 0.25 |
| Hex | 26 | 57 | 4A | 38 | 0 | F | 42 | A4 | 27 | 19 |
| Octal | 46 | 127 | 112 | 70 | 0 | 17 | 102 | 244 | 47 | 31 |
| Binary | 100110 | 1010111 | 1001010 | 111000 | 0 | 1111 | 1000010 | 10100100 | 100111 | 11001 |
Color Harmonies of #26574A
Complementary color
Monochromatic Colors of #26574A
Black with #26574A
Text Example
Text Example
White with #26574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26574A; }
p { color: rgb(38,87,74); }
H1.HeaderClassName
{
color: #26574A;
}
.AnyTagClassName
{
color: #26574A;
}
</style>
background-color css
<style>
a { background-color: #26574A; }
a { background-color: rgb(38,87,74); }
div.DivClassName
{
background-color: #26574A;
}
.BgClassName
{
background-color: #26574A;
}
</style>
border-color css
<style>
span { border-color: #26574A; }
span { border-color: rgb(38,87,74); }
td.TdClassName
{
border-color: #26574A;
}
.TagClassName
{
border-color: #26574A;
}
</style>