Shades of Evening Sea #1D634B
Tints of Evening Sea #1D634B
RGB
CMYK
RGB Variations
Color information
#1D634B (or 0x1D634B) is known color: Evening Sea. HEX triplet: 1D, 63 and 4B. RGB value is (29,99,75). Sum of RGB (Red+Green+Blue) = 29+99+75=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #1D634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D634B is #E29CB4. Grayscale: #4B4B4B. Windows color (decimal): -14851253 or 4940573. OLE color: 4940573.
HSL color Cylindrical-coordinate representation of color #1D634B: hue angle of 159.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D634B is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 75 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.61 |
| HSL | 159.43º | 0.55% | 0.25% | - |
| HSV(B) | 159.43º | 0.71% | 0.39% | - |
| XYZ | 6.24 | 9.69 | 8.2 | - |
| YUV | 75.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 75 | 0.71 | 0 | 0.24 | 0.61 | 159.43 | 0.55 | 0.25 |
| Hex | 1D | 63 | 4B | 47 | 0 | 18 | 3D | 9F | 37 | 19 |
| Octal | 35 | 143 | 113 | 107 | 0 | 30 | 75 | 237 | 67 | 31 |
| Binary | 11101 | 1100011 | 1001011 | 1000111 | 0 | 11000 | 111101 | 10011111 | 110111 | 11001 |
Color Harmonies of #1D634B
Complementary color
Monochromatic Colors of #1D634B
Black with #1D634B
Text Example
Text Example
White with #1D634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D634B; }
p { color: rgb(29,99,75); }
H1.HeaderClassName
{
color: #1D634B;
}
.AnyTagClassName
{
color: #1D634B;
}
</style>
background-color css
<style>
a { background-color: #1D634B; }
a { background-color: rgb(29,99,75); }
div.DivClassName
{
background-color: #1D634B;
}
.BgClassName
{
background-color: #1D634B;
}
</style>
border-color css
<style>
span { border-color: #1D634B; }
span { border-color: rgb(29,99,75); }
td.TdClassName
{
border-color: #1D634B;
}
.TagClassName
{
border-color: #1D634B;
}
</style>