Shades of Corduroy #345148
Tints of Corduroy #345148
RGB
CMYK
RGB Variations
Color information
#345148 (or 0x345148) is known color: Corduroy. HEX triplet: 34, 51 and 48. RGB value is (52,81,72). Sum of RGB (Red+Green+Blue) = 52+81+72=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #345148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345148 is #CBAEB7. Grayscale: #474747. Windows color (decimal): -13348536 or 4739380. OLE color: 4739380.
HSL color Cylindrical-coordinate representation of color #345148: hue angle of 161.38º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345148 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 72 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.68 |
| HSL | 161.38º | 0.22% | 0.26% | - |
| HSV(B) | 161.38º | 0.36% | 0.32% | - |
| XYZ | 5.53 | 7.08 | 7.21 | - |
| YUV | 71.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 72 | 0.36 | 0 | 0.11 | 0.68 | 161.38 | 0.22 | 0.26 |
| Hex | 34 | 51 | 48 | 24 | 0 | B | 44 | A1 | 16 | 1A |
| Octal | 64 | 121 | 110 | 44 | 0 | 13 | 104 | 241 | 26 | 32 |
| Binary | 110100 | 1010001 | 1001000 | 100100 | 0 | 1011 | 1000100 | 10100001 | 10110 | 11010 |
Color Harmonies of #345148
Complementary color
Monochromatic Colors of #345148
Black with #345148
Text Example
Text Example
White with #345148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345148; }
p { color: rgb(52,81,72); }
H1.HeaderClassName
{
color: #345148;
}
.AnyTagClassName
{
color: #345148;
}
</style>
background-color css
<style>
a { background-color: #345148; }
a { background-color: rgb(52,81,72); }
div.DivClassName
{
background-color: #345148;
}
.BgClassName
{
background-color: #345148;
}
</style>
border-color css
<style>
span { border-color: #345148; }
span { border-color: rgb(52,81,72); }
td.TdClassName
{
border-color: #345148;
}
.TagClassName
{
border-color: #345148;
}
</style>