Shades of Corduroy #354B45
Tints of Corduroy #354B45
RGB
CMYK
RGB Variations
Color information
#354B45 (or 0x354B45) is known color: Corduroy. HEX triplet: 35, 4B and 45. RGB value is (53,75,69). Sum of RGB (Red+Green+Blue) = 53+75+69=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #354B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B45 is #CAB4BA. Grayscale: #434343. Windows color (decimal): -13284539 or 4541237. OLE color: 4541237.
HSL color Cylindrical-coordinate representation of color #354B45: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B45 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 69 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.71 |
| HSL | 163.64º | 0.17% | 0.25% | - |
| HSV(B) | 163.64º | 0.29% | 0.29% | - |
| XYZ | 5.06 | 6.22 | 6.56 | - |
| YUV | 67.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 69 | 0.29 | 0 | 0.08 | 0.71 | 163.64 | 0.17 | 0.25 |
| Hex | 35 | 4B | 45 | 1D | 0 | 8 | 47 | A4 | 11 | 19 |
| Octal | 65 | 113 | 105 | 35 | 0 | 10 | 107 | 244 | 21 | 31 |
| Binary | 110101 | 1001011 | 1000101 | 11101 | 0 | 1000 | 1000111 | 10100100 | 10001 | 11001 |
Color Harmonies of #354B45
Complementary color
Monochromatic Colors of #354B45
Black with #354B45
Text Example
Text Example
White with #354B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B45; }
p { color: rgb(53,75,69); }
H1.HeaderClassName
{
color: #354B45;
}
.AnyTagClassName
{
color: #354B45;
}
</style>
background-color css
<style>
a { background-color: #354B45; }
a { background-color: rgb(53,75,69); }
div.DivClassName
{
background-color: #354B45;
}
.BgClassName
{
background-color: #354B45;
}
</style>
border-color css
<style>
span { border-color: #354B45; }
span { border-color: rgb(53,75,69); }
td.TdClassName
{
border-color: #354B45;
}
.TagClassName
{
border-color: #354B45;
}
</style>