Shades of Evening Sea #1D664D
Tints of Evening Sea #1D664D
RGB
CMYK
RGB Variations
Color information
#1D664D (or 0x1D664D) is known color: Evening Sea. HEX triplet: 1D, 66 and 4D. RGB value is (29,102,77). Sum of RGB (Red+Green+Blue) = 29+102+77=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #1D664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D664D is #E299B2. Grayscale: #4D4D4D. Windows color (decimal): -14850483 or 5072413. OLE color: 5072413.
HSL color Cylindrical-coordinate representation of color #1D664D: hue angle of 159.45º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D664D is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 102 | 77 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.6 |
| HSL | 159.45º | 0.56% | 0.26% | - |
| HSV(B) | 159.45º | 0.72% | 0.4% | - |
| XYZ | 6.6 | 10.3 | 8.66 | - |
| YUV | 77.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 77 | 0.72 | 0 | 0.25 | 0.6 | 159.45 | 0.56 | 0.26 |
| Hex | 1D | 66 | 4D | 48 | 0 | 19 | 3C | 9F | 38 | 1A |
| Octal | 35 | 146 | 115 | 110 | 0 | 31 | 74 | 237 | 70 | 32 |
| Binary | 11101 | 1100110 | 1001101 | 1001000 | 0 | 11001 | 111100 | 10011111 | 111000 | 11010 |
Color Harmonies of #1D664D
Complementary color
Monochromatic Colors of #1D664D
Black with #1D664D
Text Example
Text Example
White with #1D664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D664D; }
p { color: rgb(29,102,77); }
H1.HeaderClassName
{
color: #1D664D;
}
.AnyTagClassName
{
color: #1D664D;
}
</style>
background-color css
<style>
a { background-color: #1D664D; }
a { background-color: rgb(29,102,77); }
div.DivClassName
{
background-color: #1D664D;
}
.BgClassName
{
background-color: #1D664D;
}
</style>
border-color css
<style>
span { border-color: #1D664D; }
span { border-color: rgb(29,102,77); }
td.TdClassName
{
border-color: #1D664D;
}
.TagClassName
{
border-color: #1D664D;
}
</style>