Shades of Corduroy #36504A
Tints of Corduroy #36504A
RGB
CMYK
RGB Variations
Color information
#36504A (or 0x36504A) is known color: Corduroy. HEX triplet: 36, 50 and 4A. RGB value is (54,80,74). Sum of RGB (Red+Green+Blue) = 54+80+74=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #36504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36504A is #C9AFB5. Grayscale: #474747. Windows color (decimal): -13217718 or 4870198. OLE color: 4870198.
HSL color Cylindrical-coordinate representation of color #36504A: hue angle of 166.15º 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 #36504A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 80 | 74 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.69 |
| HSL | 166.15º | 0.19% | 0.26% | - |
| HSV(B) | 166.15º | 0.33% | 0.31% | - |
| XYZ | 5.63 | 7.02 | 7.54 | - |
| YUV | 71.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 74 | 0.33 | 0 | 0.08 | 0.69 | 166.15 | 0.19 | 0.26 |
| Hex | 36 | 50 | 4A | 21 | 0 | 8 | 45 | A6 | 13 | 1A |
| Octal | 66 | 120 | 112 | 41 | 0 | 10 | 105 | 246 | 23 | 32 |
| Binary | 110110 | 1010000 | 1001010 | 100001 | 0 | 1000 | 1000101 | 10100110 | 10011 | 11010 |
Color Harmonies of #36504A
Complementary color
Monochromatic Colors of #36504A
Black with #36504A
Text Example
Text Example
White with #36504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36504A; }
p { color: rgb(54,80,74); }
H1.HeaderClassName
{
color: #36504A;
}
.AnyTagClassName
{
color: #36504A;
}
</style>
background-color css
<style>
a { background-color: #36504A; }
a { background-color: rgb(54,80,74); }
div.DivClassName
{
background-color: #36504A;
}
.BgClassName
{
background-color: #36504A;
}
</style>
border-color css
<style>
span { border-color: #36504A; }
span { border-color: rgb(54,80,74); }
td.TdClassName
{
border-color: #36504A;
}
.TagClassName
{
border-color: #36504A;
}
</style>