Shades of Corduroy #345048
Tints of Corduroy #345048
RGB
CMYK
RGB Variations
Color information
#345048 (or 0x345048) is known color: Corduroy. HEX triplet: 34, 50 and 48. RGB value is (52,80,72). Sum of RGB (Red+Green+Blue) = 52+80+72=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #345048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345048 is #CBAFB7. Grayscale: #464646. Windows color (decimal): -13348792 or 4739124. OLE color: 4739124.
HSL color Cylindrical-coordinate representation of color #345048: hue angle of 162.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345048 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 72 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.69 |
| HSL | 162.86º | 0.21% | 0.26% | - |
| HSV(B) | 162.86º | 0.35% | 0.31% | - |
| XYZ | 5.45 | 6.94 | 7.18 | - |
| YUV | 70.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 72 | 0.35 | 0 | 0.10 | 0.69 | 162.86 | 0.21 | 0.26 |
| Hex | 34 | 50 | 48 | 23 | 0 | A | 45 | A3 | 15 | 1A |
| Octal | 64 | 120 | 110 | 43 | 0 | 12 | 105 | 243 | 25 | 32 |
| Binary | 110100 | 1010000 | 1001000 | 100011 | 0 | 1010 | 1000101 | 10100011 | 10101 | 11010 |
Color Harmonies of #345048
Complementary color
Monochromatic Colors of #345048
Black with #345048
Text Example
Text Example
White with #345048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345048; }
p { color: rgb(52,80,72); }
H1.HeaderClassName
{
color: #345048;
}
.AnyTagClassName
{
color: #345048;
}
</style>
background-color css
<style>
a { background-color: #345048; }
a { background-color: rgb(52,80,72); }
div.DivClassName
{
background-color: #345048;
}
.BgClassName
{
background-color: #345048;
}
</style>
border-color css
<style>
span { border-color: #345048; }
span { border-color: rgb(52,80,72); }
td.TdClassName
{
border-color: #345048;
}
.TagClassName
{
border-color: #345048;
}
</style>