Shades of Corduroy #355147
Tints of Corduroy #355147
RGB
CMYK
RGB Variations
Color information
#355147 (or 0x355147) is known color: Corduroy. HEX triplet: 35, 51 and 47. RGB value is (53,81,71). Sum of RGB (Red+Green+Blue) = 53+81+71=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #355147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355147 is #CAAEB8. Grayscale: #474747. Windows color (decimal): -13283001 or 4673845. OLE color: 4673845.
HSL color Cylindrical-coordinate representation of color #355147: hue angle of 158.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355147 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 71 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.68 |
| HSL | 158.57º | 0.21% | 0.26% | - |
| HSV(B) | 158.57º | 0.35% | 0.32% | - |
| XYZ | 5.55 | 7.1 | 7.04 | - |
| YUV | 71.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 71 | 0.35 | 0 | 0.12 | 0.68 | 158.57 | 0.21 | 0.26 |
| Hex | 35 | 51 | 47 | 23 | 0 | C | 44 | 9F | 15 | 1A |
| Octal | 65 | 121 | 107 | 43 | 0 | 14 | 104 | 237 | 25 | 32 |
| Binary | 110101 | 1010001 | 1000111 | 100011 | 0 | 1100 | 1000100 | 10011111 | 10101 | 11010 |
Color Harmonies of #355147
Complementary color
Monochromatic Colors of #355147
Black with #355147
Text Example
Text Example
White with #355147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355147; }
p { color: rgb(53,81,71); }
H1.HeaderClassName
{
color: #355147;
}
.AnyTagClassName
{
color: #355147;
}
</style>
background-color css
<style>
a { background-color: #355147; }
a { background-color: rgb(53,81,71); }
div.DivClassName
{
background-color: #355147;
}
.BgClassName
{
background-color: #355147;
}
</style>
border-color css
<style>
span { border-color: #355147; }
span { border-color: rgb(53,81,71); }
td.TdClassName
{
border-color: #355147;
}
.TagClassName
{
border-color: #355147;
}
</style>