Shades of Evening Sea #26634A
Tints of Evening Sea #26634A
RGB
CMYK
RGB Variations
Color information
#26634A (or 0x26634A) is known color: Evening Sea. HEX triplet: 26, 63 and 4A. RGB value is (38,99,74). Sum of RGB (Red+Green+Blue) = 38+99+74=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #26634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26634A is #D99CB5. Grayscale: #4D4D4D. Windows color (decimal): -14261430 or 4875046. OLE color: 4875046.
HSL color Cylindrical-coordinate representation of color #26634A: hue angle of 155.41º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #26634A is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 74 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.61 |
| HSL | 155.41º | 0.45% | 0.27% | - |
| HSV(B) | 155.41º | 0.62% | 0.39% | - |
| XYZ | 6.5 | 9.83 | 8.03 | - |
| YUV | 77.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 74 | 0.62 | 0 | 0.25 | 0.61 | 155.41 | 0.45 | 0.27 |
| Hex | 26 | 63 | 4A | 3E | 0 | 19 | 3D | 9B | 2D | 1B |
| Octal | 46 | 143 | 112 | 76 | 0 | 31 | 75 | 233 | 55 | 33 |
| Binary | 100110 | 1100011 | 1001010 | 111110 | 0 | 11001 | 111101 | 10011011 | 101101 | 11011 |
Color Harmonies of #26634A
Complementary color
Monochromatic Colors of #26634A
Black with #26634A
Text Example
Text Example
White with #26634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26634A; }
p { color: rgb(38,99,74); }
H1.HeaderClassName
{
color: #26634A;
}
.AnyTagClassName
{
color: #26634A;
}
</style>
background-color css
<style>
a { background-color: #26634A; }
a { background-color: rgb(38,99,74); }
div.DivClassName
{
background-color: #26634A;
}
.BgClassName
{
background-color: #26634A;
}
</style>
border-color css
<style>
span { border-color: #26634A; }
span { border-color: rgb(38,99,74); }
td.TdClassName
{
border-color: #26634A;
}
.TagClassName
{
border-color: #26634A;
}
</style>