Shades of Corduroy #35514A
Tints of Corduroy #35514A
RGB
CMYK
RGB Variations
Color information
#35514A (or 0x35514A) is known color: Corduroy. HEX triplet: 35, 51 and 4A. RGB value is (53,81,74). Sum of RGB (Red+Green+Blue) = 53+81+74=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #35514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35514A is #CAAEB5. Grayscale: #474747. Windows color (decimal): -13282998 or 4870453. OLE color: 4870453.
HSL color Cylindrical-coordinate representation of color #35514A: hue angle of 165º 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 #35514A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 74 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.68 |
| HSL | 165º | 0.21% | 0.26% | - |
| HSV(B) | 165º | 0.35% | 0.32% | - |
| XYZ | 5.65 | 7.14 | 7.56 | - |
| YUV | 71.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 74 | 0.35 | 0 | 0.09 | 0.68 | 165 | 0.21 | 0.26 |
| Hex | 35 | 51 | 4A | 23 | 0 | 9 | 44 | A5 | 15 | 1A |
| Octal | 65 | 121 | 112 | 43 | 0 | 11 | 104 | 245 | 25 | 32 |
| Binary | 110101 | 1010001 | 1001010 | 100011 | 0 | 1001 | 1000100 | 10100101 | 10101 | 11010 |
Color Harmonies of #35514A
Complementary color
Monochromatic Colors of #35514A
Black with #35514A
Text Example
Text Example
White with #35514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35514A; }
p { color: rgb(53,81,74); }
H1.HeaderClassName
{
color: #35514A;
}
.AnyTagClassName
{
color: #35514A;
}
</style>
background-color css
<style>
a { background-color: #35514A; }
a { background-color: rgb(53,81,74); }
div.DivClassName
{
background-color: #35514A;
}
.BgClassName
{
background-color: #35514A;
}
</style>
border-color css
<style>
span { border-color: #35514A; }
span { border-color: rgb(53,81,74); }
td.TdClassName
{
border-color: #35514A;
}
.TagClassName
{
border-color: #35514A;
}
</style>