Shades of Swamp #1C3634
Tints of Swamp #1C3634
RGB
CMYK
RGB Variations
Color information
#1C3634 (or 0x1C3634) is known color: Swamp. HEX triplet: 1C, 36 and 34. RGB value is (28,54,52). Sum of RGB (Red+Green+Blue) = 28+54+52=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3634 is #E3C9CB. Grayscale: #2D2D2D. Windows color (decimal): -14928332 or 3421724. OLE color: 3421724.
HSL color Cylindrical-coordinate representation of color #1C3634: hue angle of 175.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3634 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 52 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.79 |
| HSL | 175.38º | 0.32% | 0.16% | - |
| HSV(B) | 175.38º | 0.48% | 0.21% | - |
| XYZ | 2.42 | 3.13 | 3.73 | - |
| YUV | 46 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 52 | 0.48 | 0 | 0.04 | 0.79 | 175.38 | 0.32 | 0.16 |
| Hex | 1C | 36 | 34 | 30 | 0 | 4 | 4F | AF | 20 | 10 |
| Octal | 34 | 66 | 64 | 60 | 0 | 4 | 117 | 257 | 40 | 20 |
| Binary | 11100 | 110110 | 110100 | 110000 | 0 | 100 | 1001111 | 10101111 | 100000 | 10000 |
Color Harmonies of #1C3634
Complementary color
Monochromatic Colors of #1C3634
Black with #1C3634
Text Example
Text Example
White with #1C3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3634; }
p { color: rgb(28,54,52); }
H1.HeaderClassName
{
color: #1C3634;
}
.AnyTagClassName
{
color: #1C3634;
}
</style>
background-color css
<style>
a { background-color: #1C3634; }
a { background-color: rgb(28,54,52); }
div.DivClassName
{
background-color: #1C3634;
}
.BgClassName
{
background-color: #1C3634;
}
</style>
border-color css
<style>
span { border-color: #1C3634; }
span { border-color: rgb(28,54,52); }
td.TdClassName
{
border-color: #1C3634;
}
.TagClassName
{
border-color: #1C3634;
}
</style>