Shades of Corduroy #354E46
Tints of Corduroy #354E46
RGB
CMYK
RGB Variations
Color information
#354E46 (or 0x354E46) is known color: Corduroy. HEX triplet: 35, 4E and 46. RGB value is (53,78,70). Sum of RGB (Red+Green+Blue) = 53+78+70=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #354E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E46 is #CAB1B9. Grayscale: #454545. Windows color (decimal): -13283770 or 4607541. OLE color: 4607541.
HSL color Cylindrical-coordinate representation of color #354E46: hue angle of 160.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E46 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 70 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.69 |
| HSL | 160.8º | 0.19% | 0.26% | - |
| HSV(B) | 160.8º | 0.32% | 0.31% | - |
| XYZ | 5.3 | 6.65 | 6.8 | - |
| YUV | 69.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 70 | 0.32 | 0 | 0.10 | 0.69 | 160.8 | 0.19 | 0.26 |
| Hex | 35 | 4E | 46 | 20 | 0 | A | 45 | A1 | 13 | 1A |
| Octal | 65 | 116 | 106 | 40 | 0 | 12 | 105 | 241 | 23 | 32 |
| Binary | 110101 | 1001110 | 1000110 | 100000 | 0 | 1010 | 1000101 | 10100001 | 10011 | 11010 |
Color Harmonies of #354E46
Complementary color
Monochromatic Colors of #354E46
Black with #354E46
Text Example
Text Example
White with #354E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E46; }
p { color: rgb(53,78,70); }
H1.HeaderClassName
{
color: #354E46;
}
.AnyTagClassName
{
color: #354E46;
}
</style>
background-color css
<style>
a { background-color: #354E46; }
a { background-color: rgb(53,78,70); }
div.DivClassName
{
background-color: #354E46;
}
.BgClassName
{
background-color: #354E46;
}
</style>
border-color css
<style>
span { border-color: #354E46; }
span { border-color: rgb(53,78,70); }
td.TdClassName
{
border-color: #354E46;
}
.TagClassName
{
border-color: #354E46;
}
</style>