#475652

Color #475652 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #475652

Tints of Corduroy #475652

Color information

#475652 (or 0x475652) is unknown color: approx Corduroy. HEX triplet: 47, 56 and 52. RGB value is (71,86,82). Sum of RGB (Red+Green+Blue) = 71+86+82=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #475652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475652 is #B8A9AD. Grayscale: #515151. Windows color (decimal): -12102062 or 5396039. OLE color: 5396039.

HSL color Cylindrical-coordinate representation of color #475652: hue angle of 164º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475652 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB718682-
CMYK0.1700.050.66
HSL164º9.55%30.78%-
HSV(B)164º17.44%33.73%-
XYZ7.458.69.25-
YUV81.06128.53120.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=29.71%
G=35.98%
B=34.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186820.1700.050.661649.5530.78
Hex475652110542a4a1f
Octal10712612221051022441237
Binary100011110101101010010100010101100001010100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475652; }

 p { color: rgb(71,86,82); }

 H1.HeaderClassName
 {
   color: #475652;
 }
 .AnyTagClassName
 {
   color: #475652;
 }
</style>
background-color css

<style>
 a { background-color: #475652; }

 a { background-color: rgb(71,86,82); }

 div.DivClassName
 {
   background-color: #475652;
 }
 .BgClassName
 {
   background-color: #475652;
 }
</style>
border-color css

<style>
 span { border-color: #475652; }

 span { border-color: rgb(71,86,82); }

 td.TdClassName
 {
   border-color: #475652;
 }
 .TagClassName
 {
   border-color: #475652;
 }
</style>