#475350

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

Shades of Corduroy #475350

Tints of Corduroy #475350

Color information

#475350 (or 0x475350) is unknown color: approx Corduroy. HEX triplet: 47, 53 and 50. RGB value is (71,83,80). Sum of RGB (Red+Green+Blue) = 71+83+80=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #475350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475350 is #B8ACAF. Grayscale: #4F4F4F. Windows color (decimal): -12102832 or 5264199. OLE color: 5264199.

HSL color Cylindrical-coordinate representation of color #475350: hue angle of 165º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475350 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB718380-
CMYK0.1400.040.67
HSL165º7.79%30.2%-
HSV(B)165º14.46%32.55%-
XYZ7.148.118.78-
YUV79.07128.52122.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=30.34%
G=35.47%
B=34.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183800.1400.040.671657.7930.2
Hex475350E0443a581e
Octal10712312016041032451036
Binary10001111010011101000011100100100001110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475350; }

 p { color: rgb(71,83,80); }

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

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

 a { background-color: rgb(71,83,80); }

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

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

 span { border-color: rgb(71,83,80); }

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