Shades of Corduroy #3E554E
Tints of Corduroy #3E554E
RGB
CMYK
RGB Variations
Color information
#3E554E (or 0x3E554E) is known color: Corduroy. HEX triplet: 3E, 55 and 4E. RGB value is (62,85,78). Sum of RGB (Red+Green+Blue) = 62+85+78=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E554E is #C1AAB1. Grayscale: #4D4D4D. Windows color (decimal): -12692146 or 5133630. OLE color: 5133630.
HSL color Cylindrical-coordinate representation of color #3E554E: hue angle of 161.74º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E554E is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 78 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.67 |
| HSL | 161.74º | 0.16% | 0.29% | - |
| HSV(B) | 161.74º | 0.27% | 0.33% | - |
| XYZ | 6.61 | 8.07 | 8.42 | - |
| YUV | 77.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 78 | 0.27 | 0 | 0.08 | 0.67 | 161.74 | 0.16 | 0.29 |
| Hex | 3E | 55 | 4E | 1B | 0 | 8 | 43 | A2 | 10 | 1D |
| Octal | 76 | 125 | 116 | 33 | 0 | 10 | 103 | 242 | 20 | 35 |
| Binary | 111110 | 1010101 | 1001110 | 11011 | 0 | 1000 | 1000011 | 10100010 | 10000 | 11101 |
Color Harmonies of #3E554E
Complementary color
Monochromatic Colors of #3E554E
Black with #3E554E
Text Example
Text Example
White with #3E554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E554E; }
p { color: rgb(62,85,78); }
H1.HeaderClassName
{
color: #3E554E;
}
.AnyTagClassName
{
color: #3E554E;
}
</style>
background-color css
<style>
a { background-color: #3E554E; }
a { background-color: rgb(62,85,78); }
div.DivClassName
{
background-color: #3E554E;
}
.BgClassName
{
background-color: #3E554E;
}
</style>
border-color css
<style>
span { border-color: #3E554E; }
span { border-color: rgb(62,85,78); }
td.TdClassName
{
border-color: #3E554E;
}
.TagClassName
{
border-color: #3E554E;
}
</style>