Shades of Corduroy #37534B
Tints of Corduroy #37534B
RGB
CMYK
RGB Variations
Color information
#37534B (or 0x37534B) is known color: Corduroy. HEX triplet: 37, 53 and 4B. RGB value is (55,83,75). Sum of RGB (Red+Green+Blue) = 55+83+75=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #37534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37534B is #C8ACB4. Grayscale: #494949. Windows color (decimal): -13151413 or 4936503. OLE color: 4936503.
HSL color Cylindrical-coordinate representation of color #37534B: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37534B is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 75 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.67 |
| HSL | 162.86º | 0.2% | 0.27% | - |
| HSV(B) | 162.86º | 0.34% | 0.33% | - |
| XYZ | 5.94 | 7.51 | 7.79 | - |
| YUV | 73.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 75 | 0.34 | 0 | 0.10 | 0.67 | 162.86 | 0.2 | 0.27 |
| Hex | 37 | 53 | 4B | 22 | 0 | A | 43 | A3 | 14 | 1B |
| Octal | 67 | 123 | 113 | 42 | 0 | 12 | 103 | 243 | 24 | 33 |
| Binary | 110111 | 1010011 | 1001011 | 100010 | 0 | 1010 | 1000011 | 10100011 | 10100 | 11011 |
Color Harmonies of #37534B
Complementary color
Monochromatic Colors of #37534B
Black with #37534B
Text Example
Text Example
White with #37534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37534B; }
p { color: rgb(55,83,75); }
H1.HeaderClassName
{
color: #37534B;
}
.AnyTagClassName
{
color: #37534B;
}
</style>
background-color css
<style>
a { background-color: #37534B; }
a { background-color: rgb(55,83,75); }
div.DivClassName
{
background-color: #37534B;
}
.BgClassName
{
background-color: #37534B;
}
</style>
border-color css
<style>
span { border-color: #37534B; }
span { border-color: rgb(55,83,75); }
td.TdClassName
{
border-color: #37534B;
}
.TagClassName
{
border-color: #37534B;
}
</style>