Shades of Corduroy #364E45
Tints of Corduroy #364E45
RGB
CMYK
RGB Variations
Color information
#364E45 (or 0x364E45) is known color: Corduroy. HEX triplet: 36, 4E and 45. RGB value is (54,78,69). Sum of RGB (Red+Green+Blue) = 54+78+69=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #364E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364E45 is #C9B1BA. Grayscale: #454545. Windows color (decimal): -13218235 or 4542006. OLE color: 4542006.
HSL color Cylindrical-coordinate representation of color #364E45: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364E45 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 78 | 69 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.69 |
| HSL | 157.5º | 0.18% | 0.26% | - |
| HSV(B) | 157.5º | 0.31% | 0.31% | - |
| XYZ | 5.32 | 6.66 | 6.64 | - |
| YUV | 69.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 69 | 0.31 | 0 | 0.12 | 0.69 | 157.5 | 0.18 | 0.26 |
| Hex | 36 | 4E | 45 | 1F | 0 | C | 45 | 9E | 12 | 1A |
| Octal | 66 | 116 | 105 | 37 | 0 | 14 | 105 | 236 | 22 | 32 |
| Binary | 110110 | 1001110 | 1000101 | 11111 | 0 | 1100 | 1000101 | 10011110 | 10010 | 11010 |
Color Harmonies of #364E45
Complementary color
Monochromatic Colors of #364E45
Black with #364E45
Text Example
Text Example
White with #364E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E45; }
p { color: rgb(54,78,69); }
H1.HeaderClassName
{
color: #364E45;
}
.AnyTagClassName
{
color: #364E45;
}
</style>
background-color css
<style>
a { background-color: #364E45; }
a { background-color: rgb(54,78,69); }
div.DivClassName
{
background-color: #364E45;
}
.BgClassName
{
background-color: #364E45;
}
</style>
border-color css
<style>
span { border-color: #364E45; }
span { border-color: rgb(54,78,69); }
td.TdClassName
{
border-color: #364E45;
}
.TagClassName
{
border-color: #364E45;
}
</style>