Shades of Corduroy #375149
Tints of Corduroy #375149
RGB
CMYK
RGB Variations
Color information
#375149 (or 0x375149) is known color: Corduroy. HEX triplet: 37, 51 and 49. RGB value is (55,81,73). Sum of RGB (Red+Green+Blue) = 55+81+73=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #375149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375149 is #C8AEB6. Grayscale: #484848. Windows color (decimal): -13151927 or 4804919. OLE color: 4804919.
HSL color Cylindrical-coordinate representation of color #375149: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #375149 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 81 | 73 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.68 |
| HSL | 161.54º | 0.19% | 0.27% | - |
| HSV(B) | 161.54º | 0.32% | 0.32% | - |
| XYZ | 5.72 | 7.18 | 7.39 | - |
| YUV | 72.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 73 | 0.32 | 0 | 0.10 | 0.68 | 161.54 | 0.19 | 0.27 |
| Hex | 37 | 51 | 49 | 20 | 0 | A | 44 | A2 | 13 | 1B |
| Octal | 67 | 121 | 111 | 40 | 0 | 12 | 104 | 242 | 23 | 33 |
| Binary | 110111 | 1010001 | 1001001 | 100000 | 0 | 1010 | 1000100 | 10100010 | 10011 | 11011 |
Color Harmonies of #375149
Complementary color
Monochromatic Colors of #375149
Black with #375149
Text Example
Text Example
White with #375149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375149; }
p { color: rgb(55,81,73); }
H1.HeaderClassName
{
color: #375149;
}
.AnyTagClassName
{
color: #375149;
}
</style>
background-color css
<style>
a { background-color: #375149; }
a { background-color: rgb(55,81,73); }
div.DivClassName
{
background-color: #375149;
}
.BgClassName
{
background-color: #375149;
}
</style>
border-color css
<style>
span { border-color: #375149; }
span { border-color: rgb(55,81,73); }
td.TdClassName
{
border-color: #375149;
}
.TagClassName
{
border-color: #375149;
}
</style>