Shades of Swamp #1D3635
Tints of Swamp #1D3635
RGB
CMYK
RGB Variations
Color information
#1D3635 (or 0x1D3635) is known color: Swamp. HEX triplet: 1D, 36 and 35. RGB value is (29,54,53). Sum of RGB (Red+Green+Blue) = 29+54+53=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3635 is #E2C9CA. Grayscale: #2E2E2E. Windows color (decimal): -14862795 or 3487261. OLE color: 3487261.
HSL color Cylindrical-coordinate representation of color #1D3635: hue angle of 177.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3635 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 53 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.79 |
| HSL | 177.6º | 0.3% | 0.16% | - |
| HSV(B) | 177.6º | 0.46% | 0.21% | - |
| XYZ | 2.47 | 3.16 | 3.85 | - |
| YUV | 46.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 53 | 0.46 | 0 | 0.02 | 0.79 | 177.6 | 0.3 | 0.16 |
| Hex | 1D | 36 | 35 | 2E | 0 | 2 | 4F | B2 | 1E | 10 |
| Octal | 35 | 66 | 65 | 56 | 0 | 2 | 117 | 262 | 36 | 20 |
| Binary | 11101 | 110110 | 110101 | 101110 | 0 | 10 | 1001111 | 10110010 | 11110 | 10000 |
Color Harmonies of #1D3635
Complementary color
Monochromatic Colors of #1D3635
Black with #1D3635
Text Example
Text Example
White with #1D3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3635; }
p { color: rgb(29,54,53); }
H1.HeaderClassName
{
color: #1D3635;
}
.AnyTagClassName
{
color: #1D3635;
}
</style>
background-color css
<style>
a { background-color: #1D3635; }
a { background-color: rgb(29,54,53); }
div.DivClassName
{
background-color: #1D3635;
}
.BgClassName
{
background-color: #1D3635;
}
</style>
border-color css
<style>
span { border-color: #1D3635; }
span { border-color: rgb(29,54,53); }
td.TdClassName
{
border-color: #1D3635;
}
.TagClassName
{
border-color: #1D3635;
}
</style>