Shades of Corduroy #364F45
Tints of Corduroy #364F45
RGB
CMYK
RGB Variations
Color information
#364F45 (or 0x364F45) is known color: Corduroy. HEX triplet: 36, 4F and 45. RGB value is (54,79,69). Sum of RGB (Red+Green+Blue) = 54+79+69=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #364F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F45 is #C9B0BA. Grayscale: #464646. Windows color (decimal): -13217979 or 4542262. OLE color: 4542262.
HSL color Cylindrical-coordinate representation of color #364F45: hue angle of 156º 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 #364F45 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 79 | 69 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.69 |
| HSL | 156º | 0.19% | 0.26% | - |
| HSV(B) | 156º | 0.32% | 0.31% | - |
| XYZ | 5.39 | 6.81 | 6.66 | - |
| YUV | 70.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 69 | 0.32 | 0 | 0.13 | 0.69 | 156 | 0.19 | 0.26 |
| Hex | 36 | 4F | 45 | 20 | 0 | D | 45 | 9C | 13 | 1A |
| Octal | 66 | 117 | 105 | 40 | 0 | 15 | 105 | 234 | 23 | 32 |
| Binary | 110110 | 1001111 | 1000101 | 100000 | 0 | 1101 | 1000101 | 10011100 | 10011 | 11010 |
Color Harmonies of #364F45
Complementary color
Monochromatic Colors of #364F45
Black with #364F45
Text Example
Text Example
White with #364F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F45; }
p { color: rgb(54,79,69); }
H1.HeaderClassName
{
color: #364F45;
}
.AnyTagClassName
{
color: #364F45;
}
</style>
background-color css
<style>
a { background-color: #364F45; }
a { background-color: rgb(54,79,69); }
div.DivClassName
{
background-color: #364F45;
}
.BgClassName
{
background-color: #364F45;
}
</style>
border-color css
<style>
span { border-color: #364F45; }
span { border-color: rgb(54,79,69); }
td.TdClassName
{
border-color: #364F45;
}
.TagClassName
{
border-color: #364F45;
}
</style>